introduce MacrosDatabase

This commit is contained in:
Aleksey Kladov 2018-12-31 16:05:07 +03:00
parent e4ffd7b317
commit d753656192
2 changed files with 58 additions and 0 deletions

View file

@ -22,6 +22,7 @@ mod path;
mod arena;
pub mod source_binder;
mod macros;
mod name;
mod krate;
mod module;