Lift Lift
This commit is contained in:
parent
6a19a87097
commit
5e606c0bde
8 changed files with 17 additions and 33 deletions
|
@ -34,7 +34,9 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
pub trait Normalizable<'tcx>: fmt::Debug + TypeFoldable<TyCtxt<'tcx>> + Lift<'tcx> + Copy {
|
||||
pub trait Normalizable<'tcx>:
|
||||
fmt::Debug + TypeFoldable<TyCtxt<'tcx>> + Lift<TyCtxt<'tcx>> + Copy
|
||||
{
|
||||
fn type_op_method(
|
||||
tcx: TyCtxt<'tcx>,
|
||||
canonicalized: Canonical<'tcx, ParamEnvAnd<'tcx, Normalize<Self>>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue