Add builtin attributes for use in nameres

This commit is contained in:
Jonas Schievink
2020-12-11 14:04:33 +01:00
parent 15a644d606
commit 253678ead2
2 changed files with 429 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ pub mod attr;
pub mod path;
pub mod type_ref;
pub mod builtin_type;
pub mod builtin_attr;
pub mod diagnostics;
pub mod per_ns;
pub mod item_scope;