Remove extern crate rustc_middle
from numerous crates.
This commit is contained in:
parent
e6b3e20243
commit
99e036bd21
80 changed files with 74 additions and 26 deletions
|
@ -13,6 +13,7 @@ use rustc_data_structures::work_queue::WorkQueue;
|
|||
use rustc_graphviz as dot;
|
||||
use rustc_hir::def_id::DefId;
|
||||
use rustc_index::{Idx, IndexVec};
|
||||
use rustc_middle::bug;
|
||||
use rustc_middle::mir::{self, traversal, BasicBlock};
|
||||
use rustc_middle::mir::{create_dump_file, dump_enabled};
|
||||
use rustc_middle::ty::print::with_no_trimmed_paths;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue