Make sure we don't report errors for illegal derived bodies, just their decls

This commit is contained in:
Ayaz Hafiz 2022-10-18 14:19:42 -05:00
parent 3f09de7052
commit bb8888b115
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 60 additions and 6 deletions

View file

@ -21,3 +21,5 @@ pub mod procedure;
pub mod scope;
pub mod string;
pub mod traverse;
pub use derive::DERIVED_REGION;