syntax: move ast_map to librustc.
This commit is contained in:
parent
7b0f2af27f
commit
76eaed44d9
45 changed files with 75 additions and 63 deletions
|
|
@ -14,11 +14,12 @@ use rustc_driver::driver;
|
|||
use rustc::session::{self, config};
|
||||
use rustc::session::config::UnstableFeatures;
|
||||
use rustc::middle::{privacy, ty};
|
||||
use rustc::ast_map;
|
||||
use rustc::lint;
|
||||
use rustc_trans::back::link;
|
||||
use rustc_resolve as resolve;
|
||||
|
||||
use syntax::{ast, ast_map, codemap, diagnostic};
|
||||
use syntax::{ast, codemap, diagnostic};
|
||||
|
||||
use std::cell::{RefCell, Cell};
|
||||
use std::collections::{HashMap, HashSet};
|
||||
|
|
|
|||
|
|
@ -17,11 +17,11 @@ use std::mem;
|
|||
use syntax::abi;
|
||||
use syntax::ast;
|
||||
use syntax::ast_util;
|
||||
use syntax::ast_map;
|
||||
use syntax::attr;
|
||||
use syntax::attr::AttrMetaMethods;
|
||||
use syntax::codemap::Span;
|
||||
|
||||
use rustc::ast_map;
|
||||
use rustc::middle::stability;
|
||||
|
||||
use core;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue