Remove extern crate rustc_middle
from rustc_ty_utils
.
This commit is contained in:
parent
4bf20b2b55
commit
c34ebba134
13 changed files with 12 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
use rustc_hir::def::DefKind;
|
||||
use rustc_index::bit_set::BitSet;
|
||||
use rustc_middle::bug;
|
||||
use rustc_middle::query::Providers;
|
||||
use rustc_middle::ty::{self, Representability, Ty, TyCtxt};
|
||||
use rustc_span::def_id::LocalDefId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue