1
Fork 0

Proc_macro is alive

This commit is contained in:
cgswords 2016-08-04 12:20:01 -07:00
parent 32e462ef99
commit 98c8e0a05d
20 changed files with 1230 additions and 4 deletions

View file

@ -128,6 +128,7 @@ pub mod ext {
pub mod build;
pub mod expand;
pub mod hygiene;
pub mod proc_macro_shim;
pub mod quote;
pub mod source_util;