Type Alias rustc_infer::traits::query::CanonicalTypeOpNormalizeGoal

source ·
pub type CanonicalTypeOpNormalizeGoal<'tcx, T> = Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Normalize<T>>>;

Aliased Type§

struct CanonicalTypeOpNormalizeGoal<'tcx, T> {
    pub value: ParamEnvAnd<'tcx, Normalize<T>>,
    pub max_universe: UniverseIndex,
    pub defining_opaque_types: &'tcx RawList<(), LocalDefId>,
    pub variables: &'tcx RawList<(), CanonicalVarInfo<TyCtxt<'tcx>>>,
}

Fields§

§value: ParamEnvAnd<'tcx, Normalize<T>>§max_universe: UniverseIndex§defining_opaque_types: &'tcx RawList<(), LocalDefId>§variables: &'tcx RawList<(), CanonicalVarInfo<TyCtxt<'tcx>>>

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.