move codegenunitext to rustc::mir::mono

This commit is contained in:
Mark Mansi
2019-05-24 11:19:53 -05:00
parent 621bf0da80
commit e21d002bd2
4 changed files with 70 additions and 92 deletions

View File

@@ -32,7 +32,6 @@ extern crate flate2;
#[macro_use] extern crate bitflags;
extern crate libc;
#[macro_use] extern crate rustc;
extern crate rustc_mir;
extern crate rustc_allocator;
extern crate rustc_target;
#[macro_use] extern crate rustc_data_structures;