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_hir as hir;
|
||||
use rustc_hir::Node;
|
||||
use rustc_infer::infer::TyCtxtInferExt;
|
||||
use rustc_middle::span_bug;
|
||||
use rustc_middle::ty::{self, Ty, TyCtxt};
|
||||
use rustc_session::config::EntryFnType;
|
||||
use rustc_span::def_id::{DefId, LocalDefId, CRATE_DEF_ID};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue