Mostly fix compiling without LLVM (with metadata_only backend)
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
|
||||
#![recursion_limit="256"]
|
||||
|
||||
extern crate ar;
|
||||
extern crate flate2;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
@@ -39,8 +37,6 @@ extern crate syntax;
|
||||
extern crate syntax_pos;
|
||||
#[macro_use] extern crate rustc_data_structures;
|
||||
|
||||
pub extern crate rustc as __rustc;
|
||||
|
||||
use rustc::ty::TyCtxt;
|
||||
|
||||
pub mod link;
|
||||
|
||||
Reference in New Issue
Block a user