Remove extern crate rustc_middle
from rustc_hir_analysis
.
This commit is contained in:
parent
4497d345a8
commit
f59348ff09
28 changed files with 27 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
use rustc_ast::InlineAsmTemplatePiece;
|
||||
use rustc_data_structures::fx::FxIndexSet;
|
||||
use rustc_hir as hir;
|
||||
use rustc_middle::bug;
|
||||
use rustc_middle::ty::{self, Article, FloatTy, IntTy, Ty, TyCtxt, TypeVisitableExt, UintTy};
|
||||
use rustc_session::lint;
|
||||
use rustc_span::def_id::LocalDefId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue