syntax: move ast_map to librustc.
This commit is contained in:
parent
7b0f2af27f
commit
76eaed44d9
45 changed files with 75 additions and 63 deletions
|
|
@ -21,6 +21,7 @@ use std::mem::transmute;
|
|||
use std::path::PathBuf;
|
||||
use std::thread::Builder;
|
||||
|
||||
use rustc::ast_map;
|
||||
use rustc::llvm;
|
||||
use rustc::metadata::cstore::RequireDynamic;
|
||||
use rustc::middle::ty;
|
||||
|
|
@ -29,7 +30,6 @@ use rustc::session::build_session;
|
|||
use rustc_driver::driver;
|
||||
use rustc_resolve::MakeGlobMap;
|
||||
|
||||
use syntax::ast_map;
|
||||
use syntax::diagnostics::registry::Registry;
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue