mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Make sure we don't report errors for illegal derived bodies, just their decls
This commit is contained in:
parent
3f09de7052
commit
bb8888b115
4 changed files with 60 additions and 6 deletions
|
@ -21,3 +21,5 @@ pub mod procedure;
|
|||
pub mod scope;
|
||||
pub mod string;
|
||||
pub mod traverse;
|
||||
|
||||
pub use derive::DERIVED_REGION;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue