Type Alias rustc_middle::ty::UnevaluatedConst

source ·
pub type UnevaluatedConst<'tcx> = UnevaluatedConst<TyCtxt<'tcx>>;

Aliased Type§

struct UnevaluatedConst<'tcx> {
    pub def: DefId,
    pub args: &'tcx RawList<(), GenericArg<'tcx>>,
}

Fields§

§def: DefId§args: &'tcx RawList<(), GenericArg<'tcx>>

Trait Implementations§

source§

impl<'tcx> EraseType for UnevaluatedConst<'tcx>

§

type Result = [u8; 16]

source§

impl<'tcx> UnevaluatedConstEvalExt<'tcx> for UnevaluatedConst<'tcx>

source§

fn prepare_for_eval( self, tcx: TyCtxt<'tcx>, param_env: ParamEnv<'tcx>, ) -> (ParamEnv<'tcx>, Self)

FIXME(RalfJung): I cannot explain what this does or why it makes sense, but not doing this hurts performance.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 16 bytes