syntax: move ast_map to librustc.

This commit is contained in:
Eduard Burtescu 2015-06-10 02:40:45 +03:00
parent 7b0f2af27f
commit 76eaed44d9
45 changed files with 75 additions and 63 deletions

View file

@ -49,6 +49,7 @@ use self::ParentLink::*;
use self::ModuleKind::*;
use self::FallbackChecks::*;
use rustc::ast_map;
use rustc::session::Session;
use rustc::lint;
use rustc::metadata::csearch;
@ -80,7 +81,6 @@ use syntax::ast::{TyPath, TyPtr};
use syntax::ast::{TyRptr, TyStr, TyUs, TyU8, TyU16, TyU32, TyU64, TyUint};
use syntax::ast::TypeImplItem;
use syntax::ast;
use syntax::ast_map;
use syntax::ast_util::{local_def, walk_pat};
use syntax::attr::AttrMetaMethods;
use syntax::ext::mtwt;