rustc, rustc_passes: don't depend on syntax_expand.
This is done by moving some data definitions to syntax::expand.
This commit is contained in:
parent
16329402bf
commit
fb12c70852
50 changed files with 94 additions and 91 deletions
|
@ -49,7 +49,7 @@ use syntax::feature_gate::UnstableFeatures;
|
|||
use syntax::print::pprust;
|
||||
use syntax::source_map::FileName;
|
||||
use syntax::symbol::{Symbol, sym};
|
||||
use syntax_expand::base::MacroKind;
|
||||
use syntax_pos::hygiene::MacroKind;
|
||||
use rustc::hir::def_id::DefId;
|
||||
use rustc::middle::privacy::AccessLevels;
|
||||
use rustc::middle::stability;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue