1
Fork 0

Moved structs to rustc_expand::errors, added several more migrations, fixed slug name

This commit is contained in:
nidnogg 2022-08-17 11:18:19 -03:00
parent 72ce216def
commit c6f9a9c410
5 changed files with 70 additions and 36 deletions

View file

@ -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;