Lift Lift
This commit is contained in:
parent
6a19a87097
commit
5e606c0bde
8 changed files with 17 additions and 33 deletions
|
@ -54,7 +54,7 @@ fn type_op_normalize<'tcx, T>(
|
|||
key: ParamEnvAnd<'tcx, Normalize<T>>,
|
||||
) -> Result<T, NoSolution>
|
||||
where
|
||||
T: fmt::Debug + TypeFoldable<TyCtxt<'tcx>> + Lift<'tcx>,
|
||||
T: fmt::Debug + TypeFoldable<TyCtxt<'tcx>>,
|
||||
{
|
||||
let (param_env, Normalize { value }) = key.into_parts();
|
||||
let Normalized { value, obligations } =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue