rustc_infer::traits::query

Type Alias CanonicalTypeOpNormalizeGoal

Source
pub type CanonicalTypeOpNormalizeGoal<'tcx, T> = CanonicalQueryInput<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Normalize<T>>>;

Aliased Type§

struct CanonicalTypeOpNormalizeGoal<'tcx, T> {
    pub canonical: Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Normalize<T>>>,
    pub typing_mode: TypingMode<TyCtxt<'tcx>>,
}

Fields§

§canonical: Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, Normalize<T>>>§typing_mode: TypingMode<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.