1
Fork 0

Apply nits, make some bounds into supertraits on inherent traits

This commit is contained in:
Michael Goulet 2024-05-10 15:43:27 -04:00
parent f368527802
commit b55d8a3b49
6 changed files with 57 additions and 56 deletions

View file

@ -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::{