syntax: move ast_map to librustc.
This commit is contained in:
parent
7b0f2af27f
commit
76eaed44d9
45 changed files with 75 additions and 63 deletions
|
|
@ -9,6 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
|
||||
use ast_map;
|
||||
use middle::def;
|
||||
use middle::region;
|
||||
use middle::subst::{VecPerParamSpace,Subst};
|
||||
|
|
@ -31,7 +32,6 @@ use std::collections::hash_state::HashState;
|
|||
use std::hash::Hash;
|
||||
use std::rc::Rc;
|
||||
use syntax::abi;
|
||||
use syntax::ast_map;
|
||||
use syntax::codemap::{Span, Pos};
|
||||
use syntax::parse::token;
|
||||
use syntax::print::pprust;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue