mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
71f359fbdc
The `internal_error!` and `user_error!´ macros can't be used everywhere when they live in `roc_reporting` due to circular dependencies.
9 lines
142 B
TOML
9 lines
142 B
TOML
[package]
|
|
name = "roc_error_macros"
|
|
version = "0.1.0"
|
|
authors = ["The Roc Contributors"]
|
|
license = "UPL-1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|