This commit is contained in:
Aleksey Kladov 2019-01-02 16:00:01 +03:00
parent 4fe0ec5497
commit 35b3fc02e0
3 changed files with 36 additions and 13 deletions

View file

@ -25,6 +25,7 @@ pub mod source_binder;
mod ids;
mod macros;
mod name;
// can't use `crate` or `r#crate` here :(
mod krate;
mod module;
mod function;