Apply nits, make some bounds into supertraits on inherent traits
This commit is contained in:
parent
f368527802
commit
b55d8a3b49
6 changed files with 57 additions and 56 deletions
|
@ -3,7 +3,7 @@ use rustc_infer::infer::TyCtxtInferExt;
|
|||
use rustc_middle::query::Providers;
|
||||
use rustc_middle::traits::query::NoSolution;
|
||||
use rustc_middle::ty::{Clause, ParamEnvAnd};
|
||||
use rustc_middle::ty::{FnSig, Lift, PolyFnSig, Ty, TyCtxt, TypeFoldable};
|
||||
use rustc_middle::ty::{FnSig, PolyFnSig, Ty, TyCtxt, TypeFoldable};
|
||||
use rustc_trait_selection::infer::InferCtxtBuilderExt;
|
||||
use rustc_trait_selection::traits::query::normalize::QueryNormalizeExt;
|
||||
use rustc_trait_selection::traits::query::type_op::ascribe_user_type::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue