Moved structs to rustc_expand::errors, added several more migrations, fixed slug name
This commit is contained in:
parent
72ce216def
commit
c6f9a9c410
5 changed files with 70 additions and 36 deletions
|
@ -25,6 +25,7 @@ pub mod base;
|
|||
pub mod build;
|
||||
#[macro_use]
|
||||
pub mod config;
|
||||
pub mod errors;
|
||||
pub mod expand;
|
||||
pub mod module;
|
||||
pub mod proc_macro;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue