Skip to main content

Lift

Trait Lift 

Source
pub trait Lift<I>: Debug {
    type Lifted: Debug;

    // Required method
    fn lift_to_interner(self, cx: I) -> Self::Lifted;
}
Expand description

A trait implemented for all X<'a> types that can be safely and efficiently converted to X<'tcx> as long as they are part of the provided TyCtxt<'tcx>. This can be done, for example, for Ty<'tcx> or GenericArgsRef<'tcx> by looking them up in their respective interners.

However, this is still not the best implementation as it does need to compare the components, even for interned values. It would be more efficient if TypedArena provided a way to determine whether the address is in the allocated range.

Panics if the value or one of the components is not part of the provided context. For Ty, this can happen if either the type interner doesn’t contain the TyKind key or if the address of the interned pointer differs. The latter case is possible if a primitive type, e.g., () or u8, was interned in a different context.

Required Associated Types§

Required Methods§

Source

fn lift_to_interner(self, cx: I) -> Self::Lifted

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, 'tcx> Lift<TyCtxt<'tcx>> for Clause<'a>

Source§

type Lifted = Clause<'tcx>

Source§

fn lift_to_interner(self, tcx: TyCtxt<'tcx>) -> Clause<'tcx>

Source§

impl<'a, 'tcx> Lift<TyCtxt<'tcx>> for Const<'a>

Source§

type Lifted = Const<'tcx>

Source§

fn lift_to_interner(self, tcx: TyCtxt<'tcx>) -> Const<'tcx>

Source§

impl<'a, 'tcx> Lift<TyCtxt<'tcx>> for ConstAllocation<'a>

Source§

impl<'a, 'tcx> Lift<TyCtxt<'tcx>> for GenericArg<'a>

Source§

type Lifted = GenericArg<'tcx>

Source§

fn lift_to_interner(self, tcx: TyCtxt<'tcx>) -> GenericArg<'tcx>

Source§

impl<'a, 'tcx> Lift<TyCtxt<'tcx>> for Layout<'a>

Source§

type Lifted = Layout<'tcx>

Source§

fn lift_to_interner(self, tcx: TyCtxt<'tcx>) -> Layout<'tcx>

Source§

impl<'a, 'tcx> Lift<TyCtxt<'tcx>> for Pattern<'a>

Source§

type Lifted = Pattern<'tcx>

Source§

fn lift_to_interner(self, tcx: TyCtxt<'tcx>) -> Pattern<'tcx>

Source§

impl<'a, 'tcx> Lift<TyCtxt<'tcx>> for Predicate<'a>

Source§

type Lifted = Predicate<'tcx>

Source§

fn lift_to_interner(self, tcx: TyCtxt<'tcx>) -> Predicate<'tcx>

Source§

impl<'a, 'tcx> Lift<TyCtxt<'tcx>> for Region<'a>

Source§

type Lifted = Region<'tcx>

Source§

fn lift_to_interner(self, tcx: TyCtxt<'tcx>) -> Region<'tcx>

Source§

impl<'a, 'tcx> Lift<TyCtxt<'tcx>> for Term<'a>

Source§

type Lifted = Term<'tcx>

Source§

fn lift_to_interner(self, tcx: TyCtxt<'tcx>) -> Term<'tcx>

Source§

impl<'a, 'tcx> Lift<TyCtxt<'tcx>> for Ty<'a>

Source§

type Lifted = Ty<'tcx>

Source§

fn lift_to_interner(self, tcx: TyCtxt<'tcx>) -> Ty<'tcx>

Source§

impl<'a, 'tcx> Lift<TyCtxt<'tcx>> for ValTree<'a>

Source§

type Lifted = ValTree<'tcx>

Source§

fn lift_to_interner(self, tcx: TyCtxt<'tcx>) -> ValTree<'tcx>

Source§

impl<'tcx, '__lifted> Lift<TyCtxt<'__lifted>> for Const<'tcx>

Source§

type Lifted = Const<'__lifted>

Source§

fn lift_to_interner(self, __tcx: TyCtxt<'__lifted>) -> Const<'__lifted>

Source§

impl<'tcx, '__lifted> Lift<TyCtxt<'__lifted>> for Instance<'tcx>

Source§

type Lifted = Instance<'__lifted>

Source§

fn lift_to_interner(self, __tcx: TyCtxt<'__lifted>) -> Instance<'__lifted>

Source§

impl<'tcx, '__lifted> Lift<TyCtxt<'__lifted>> for InstanceKind<'tcx>

Source§

type Lifted = InstanceKind<'__lifted>

Source§

fn lift_to_interner(self, __tcx: TyCtxt<'__lifted>) -> InstanceKind<'__lifted>

Source§

impl<'tcx, '__lifted> Lift<TyCtxt<'__lifted>> for PrintClosureAsImpl<'tcx>

Source§

type Lifted = PrintClosureAsImpl<'__lifted>

Source§

fn lift_to_interner( self, __tcx: TyCtxt<'__lifted>, ) -> PrintClosureAsImpl<'__lifted>

Source§

impl<'tcx, '__lifted> Lift<TyCtxt<'__lifted>> for TraitPredPrintModifiersAndPath<'tcx>

Source§

impl<'tcx, '__lifted> Lift<TyCtxt<'__lifted>> for TraitPredPrintWithBoundConstness<'tcx>

Source§

impl<'tcx, '__lifted> Lift<TyCtxt<'__lifted>> for TraitRefPrintOnlyTraitName<'tcx>

Source§

type Lifted = TraitRefPrintOnlyTraitName<'__lifted>

Source§

fn lift_to_interner( self, __tcx: TyCtxt<'__lifted>, ) -> TraitRefPrintOnlyTraitName<'__lifted>

Source§

impl<'tcx, '__lifted> Lift<TyCtxt<'__lifted>> for TraitRefPrintOnlyTraitPath<'tcx>

Source§

type Lifted = TraitRefPrintOnlyTraitPath<'__lifted>

Source§

fn lift_to_interner( self, __tcx: TyCtxt<'__lifted>, ) -> TraitRefPrintOnlyTraitPath<'__lifted>

Source§

impl<'tcx, '__lifted> Lift<TyCtxt<'__lifted>> for TraitRefPrintSugared<'tcx>

Source§

type Lifted = TraitRefPrintSugared<'__lifted>

Source§

fn lift_to_interner( self, __tcx: TyCtxt<'__lifted>, ) -> TraitRefPrintSugared<'__lifted>

Source§

impl<'tcx, '__lifted> Lift<TyCtxt<'__lifted>> for UnevaluatedConst<'tcx>

Source§

type Lifted = UnevaluatedConst<'__lifted>

Source§

fn lift_to_interner( self, __tcx: TyCtxt<'__lifted>, ) -> UnevaluatedConst<'__lifted>

Source§

impl<'tcx, '__lifted> Lift<TyCtxt<'__lifted>> for Value<'tcx>

Source§

type Lifted = Value<'__lifted>

Source§

fn lift_to_interner(self, __tcx: TyCtxt<'__lifted>) -> Value<'__lifted>

Source§

impl<'tcx, T> Lift<TyCtxt<'tcx>> for Option<T>
where T: Lift<TyCtxt<'tcx>>,

Source§

type Lifted = Option<<T as Lift<TyCtxt<'tcx>>>::Lifted>

Source§

fn lift_to_interner( self, tcx: TyCtxt<'tcx>, ) -> Option<<T as Lift<TyCtxt<'tcx>>>::Lifted>

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for ()

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for AllocId

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for ConstValue

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for DefId

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for ExternAbi

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for ParamConst

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for ParamTy

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for Promoted

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for ReifyReason

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for RuntimeChecks

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for Safety

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for Scalar

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for Size

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for bool

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for u64

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for usize

Implementors§

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for BoundConstness

Source§

impl<'tcx> Lift<TyCtxt<'tcx>> for PredicatePolarity

Source§

impl<I, J> Lift<J> for AliasTerm<I>
where I: Interner, J: Interner, <I as Interner>::GenericArgs: Lift<J, Lifted = <J as Interner>::GenericArgs>, AliasTermKind<I>: Lift<J, Lifted = AliasTermKind<J>>, (): Lift<J, Lifted = ()>,

Source§

impl<I, J> Lift<J> for AliasTermKind<I>
where <I as Interner>::OpaqueTyId: Lift<J, Lifted = <J as Interner>::OpaqueTyId>, I: Interner, <I as Interner>::FreeTyAliasId: Lift<J, Lifted = <J as Interner>::FreeTyAliasId>, <I as Interner>::UnevaluatedConstId: Lift<J, Lifted = <J as Interner>::UnevaluatedConstId>, J: Interner, <I as Interner>::TraitAssocConstId: Lift<J, Lifted = <J as Interner>::TraitAssocConstId>, <I as Interner>::TraitAssocTyId: Lift<J, Lifted = <J as Interner>::TraitAssocTyId>, <I as Interner>::FreeConstAliasId: Lift<J, Lifted = <J as Interner>::FreeConstAliasId>, <I as Interner>::InherentAssocConstId: Lift<J, Lifted = <J as Interner>::InherentAssocConstId>, <I as Interner>::InherentAssocTyId: Lift<J, Lifted = <J as Interner>::InherentAssocTyId>,

Source§

impl<I, J> Lift<J> for AliasTy<I>
where I: Interner, J: Interner, <I as Interner>::GenericArgs: Lift<J, Lifted = <J as Interner>::GenericArgs>, AliasTyKind<I>: Lift<J, Lifted = AliasTyKind<J>>, (): Lift<J, Lifted = ()>,

Source§

impl<I, J> Lift<J> for AliasTyKind<I>
where J: Interner, <I as Interner>::TraitAssocTyId: Lift<J, Lifted = <J as Interner>::TraitAssocTyId>, <I as Interner>::InherentAssocTyId: Lift<J, Lifted = <J as Interner>::InherentAssocTyId>, <I as Interner>::OpaqueTyId: Lift<J, Lifted = <J as Interner>::OpaqueTyId>, I: Interner, <I as Interner>::FreeTyAliasId: Lift<J, Lifted = <J as Interner>::FreeTyAliasId>,

Source§

impl<I, J> Lift<J> for BoundRegionKind<I>
where I: Interner, J: Interner, <I as Interner>::Symbol: Lift<J, Lifted = <J as Interner>::Symbol>, <I as Interner>::DefId: Lift<J, Lifted = <J as Interner>::DefId>,

Source§

impl<I, J> Lift<J> for BoundTyKind<I>
where I: Interner, J: Interner, <I as Interner>::DefId: Lift<J, Lifted = <J as Interner>::DefId>,

Source§

impl<I, J> Lift<J> for BoundVariableKind<I>
where I: Interner, J: Interner, BoundTyKind<I>: Lift<J, Lifted = BoundTyKind<J>>, BoundRegionKind<I>: Lift<J, Lifted = BoundRegionKind<J>>,

Source§

impl<I, J> Lift<J> for CanonicalVarValues<I>
where I: Interner, J: Interner, <I as Interner>::GenericArgs: Lift<J, Lifted = <J as Interner>::GenericArgs>,

Source§

impl<I, J> Lift<J> for ClosureArgs<I>
where I: Interner, J: Interner, <I as Interner>::GenericArgs: Lift<J, Lifted = <J as Interner>::GenericArgs>,

Source§

impl<I, J> Lift<J> for CoercePredicate<I>
where I: Interner, J: Interner, <I as Interner>::Ty: Lift<J, Lifted = <J as Interner>::Ty>,

Source§

impl<I, J> Lift<J> for CoroutineArgs<I>
where I: Interner, J: Interner, <I as Interner>::GenericArgs: Lift<J, Lifted = <J as Interner>::GenericArgs>,

Source§

impl<I, J> Lift<J> for CoroutineClosureArgs<I>
where I: Interner, J: Interner, <I as Interner>::GenericArgs: Lift<J, Lifted = <J as Interner>::GenericArgs>,

Source§

impl<I, J> Lift<J> for CoroutineWitnessTypes<I>
where I: Interner, J: Interner, <I as Interner>::Tys: Lift<J, Lifted = <J as Interner>::Tys>, <I as Interner>::RegionAssumptions: Lift<J, Lifted = <J as Interner>::RegionAssumptions>,

Source§

impl<I, J> Lift<J> for ExistentialPredicate<I>
where I: Interner, J: Interner, ExistentialTraitRef<I>: Lift<J, Lifted = ExistentialTraitRef<J>>, ExistentialProjection<I>: Lift<J, Lifted = ExistentialProjection<J>>, <I as Interner>::TraitId: Lift<J, Lifted = <J as Interner>::TraitId>,

Source§

impl<I, J> Lift<J> for ExistentialProjection<I>
where J: Interner, <I as Interner>::TraitAssocTermId: Lift<J, Lifted = <J as Interner>::TraitAssocTermId>, <I as Interner>::GenericArgs: Lift<J, Lifted = <J as Interner>::GenericArgs>, <I as Interner>::Term: Lift<J, Lifted = <J as Interner>::Term>, I: Interner, (): Lift<J, Lifted = ()>,

Source§

impl<I, J> Lift<J> for ExistentialTraitRef<I>
where I: Interner, J: Interner, <I as Interner>::TraitId: Lift<J, Lifted = <J as Interner>::TraitId>, <I as Interner>::GenericArgs: Lift<J, Lifted = <J as Interner>::GenericArgs>, (): Lift<J, Lifted = ()>,

Source§

impl<I, J> Lift<J> for FnHeader<I>
where I: Interner, J: Interner, FnSigKind<I>: Lift<J, Lifted = FnSigKind<J>>,

Source§

impl<I, J> Lift<J> for FnSig<I>
where I: Interner, J: Interner, <I as Interner>::Tys: Lift<J, Lifted = <J as Interner>::Tys>, FnSigKind<I>: Lift<J, Lifted = FnSigKind<J>>,

Source§

impl<I, J> Lift<J> for FnSigKind<I>
where I: Interner, J: Interner,

Source§

impl<I, J> Lift<J> for FnSigTys<I>
where I: Interner, J: Interner, <I as Interner>::Tys: Lift<J, Lifted = <J as Interner>::Tys>,

Source§

impl<I, J> Lift<J> for HostEffectPredicate<I>
where I: Interner, J: Interner, TraitRef<I>: Lift<J, Lifted = TraitRef<J>>, BoundConstness: Lift<J, Lifted = BoundConstness>,

Source§

impl<I, J> Lift<J> for NormalizesTo<I>
where I: Interner, J: Interner, AliasTerm<I>: Lift<J, Lifted = AliasTerm<J>>, <I as Interner>::Term: Lift<J, Lifted = <J as Interner>::Term>,

Source§

impl<I, J> Lift<J> for PatternKind<I>
where I: Interner, J: Interner, <I as Interner>::Const: Lift<J, Lifted = <J as Interner>::Const>, <I as Interner>::PatList: Lift<J, Lifted = <J as Interner>::PatList>,

Source§

impl<I, J> Lift<J> for ProjectionPredicate<I>
where I: Interner, J: Interner, AliasTerm<I>: Lift<J, Lifted = AliasTerm<J>>, <I as Interner>::Term: Lift<J, Lifted = <J as Interner>::Term>,

Source§

impl<I, J> Lift<J> for RegionConstraint<I>

Source§

impl<I, J> Lift<J> for RegionEqPredicate<I>
where I: Interner, J: Interner, <I as Interner>::Region: Lift<J, Lifted = <J as Interner>::Region>,

Source§

impl<I, J> Lift<J> for SubtypePredicate<I>
where I: Interner, J: Interner, bool: Lift<J, Lifted = bool>, <I as Interner>::Ty: Lift<J, Lifted = <J as Interner>::Ty>,

Source§

impl<I, J> Lift<J> for TraitPredicate<I>
where I: Interner, J: Interner, TraitRef<I>: Lift<J, Lifted = TraitRef<J>>, PredicatePolarity: Lift<J, Lifted = PredicatePolarity>,

Source§

impl<I, J> Lift<J> for TraitRef<I>
where I: Interner, J: Interner, <I as Interner>::TraitId: Lift<J, Lifted = <J as Interner>::TraitId>, <I as Interner>::GenericArgs: Lift<J, Lifted = <J as Interner>::GenericArgs>, (): Lift<J, Lifted = ()>,

Source§

impl<I, J> Lift<J> for rustc_trait_selection::infer::canonical::ir::UnevaluatedConst<I>
where I: Interner, J: Interner, UnevaluatedConstKind<I>: Lift<J, Lifted = UnevaluatedConstKind<J>>, <I as Interner>::GenericArgs: Lift<J, Lifted = <J as Interner>::GenericArgs>, (): Lift<J, Lifted = ()>,

Source§

impl<I, J> Lift<J> for UnevaluatedConstKind<I>
where J: Interner, <I as Interner>::TraitAssocConstId: Lift<J, Lifted = <J as Interner>::TraitAssocConstId>, <I as Interner>::InherentAssocConstId: Lift<J, Lifted = <J as Interner>::InherentAssocConstId>, <I as Interner>::FreeConstAliasId: Lift<J, Lifted = <J as Interner>::FreeConstAliasId>, I: Interner, <I as Interner>::UnevaluatedConstId: Lift<J, Lifted = <J as Interner>::UnevaluatedConstId>,

Source§

impl<I, J> Lift<J> for UnsafeBinderInner<I>
where I: Interner, J: Interner, Binder<I, <I as Interner>::Ty>: Lift<J, Lifted = Binder<J, <J as Interner>::Ty>>,

Source§

impl<I, P, J> Lift<J> for Goal<I, P>
where I: Interner, J: Interner, <I as Interner>::ParamEnv: Lift<J, Lifted = <J as Interner>::ParamEnv>, P: Lift<J, Lifted = P>,

Source§

type Lifted = Goal<J, P>

Source§

impl<I, U, A> Lift<U> for OutlivesPredicate<I, A>
where I: Interner, U: Interner, A: Lift<U>, <I as Interner>::Region: Lift<U, Lifted = <U as Interner>::Region>,

Source§

impl<I, U, T> Lift<U> for Binder<I, T>
where I: Interner, U: Interner, T: Lift<U>, <I as Interner>::BoundVarKinds: Lift<U, Lifted = <U as Interner>::BoundVarKinds>,

Source§

type Lifted = Binder<U, <T as Lift<U>>::Lifted>

Source§

impl<I, U, T> Lift<U> for Placeholder<I, T>
where I: Interner, U: Interner, T: Lift<U>,

Source§

type Lifted = Placeholder<U, <T as Lift<U>>::Lifted>

Source§

impl<I, U> Lift<U> for BoundTy<I>
where I: Interner, U: Interner, BoundTyKind<I>: Lift<U, Lifted = BoundTyKind<U>>,