Remove extern crate rustc_middle
from rustc_trait_selection
.
This commit is contained in:
parent
573aa9f677
commit
4bf20b2b55
30 changed files with 29 additions and 2 deletions
|
@ -17,6 +17,7 @@ use rustc_middle::ty::{
|
|||
self, GenericArgs, GenericArgsRef, GenericParamDefKind, ToPolyTraitRef, ToPredicate,
|
||||
TraitPredicate, Ty, TyCtxt,
|
||||
};
|
||||
use rustc_middle::{bug, span_bug};
|
||||
use rustc_span::def_id::DefId;
|
||||
|
||||
use crate::traits::normalize::{normalize_with_depth, normalize_with_depth_to};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue