move syntax::ext to new crate syntax_expand
This commit is contained in:
@@ -34,6 +34,7 @@ extern crate rustc_typeck;
|
||||
extern crate rustc_lexer;
|
||||
extern crate serialize;
|
||||
extern crate syntax;
|
||||
extern crate syntax_expand;
|
||||
extern crate syntax_pos;
|
||||
extern crate test as testing;
|
||||
#[macro_use] extern crate log;
|
||||
|
||||
Reference in New Issue
Block a user