Type Alias rustc_infer::traits::solve::inspect::CanonicalState

source ·
pub type CanonicalState<'tcx, T> = Canonical<TyCtxt<'tcx>, State<'tcx, T>>;

Aliased Type§

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

Fields§

§value: State<'tcx, 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.