rustc_infer::infer::canonical

Type Alias CanonicalQueryInput

Source
pub type CanonicalQueryInput<'tcx, V> = CanonicalQueryInput<TyCtxt<'tcx>, V>;

Aliased Type§

struct CanonicalQueryInput<'tcx, V> {
    pub canonical: Canonical<TyCtxt<'tcx>, V>,
    pub typing_mode: TypingMode<TyCtxt<'tcx>>,
}

Fields§

§canonical: Canonical<TyCtxt<'tcx>, V>§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.