pub fn eager_resolve_vars<Infcx: InferCtxtLike, T: TypeFoldable<Infcx::Interner>>(
infcx: &Infcx,
value: T,
) -> TExpand description
Resolves ty, region, and const vars to their inferred values or their root vars.
pub fn eager_resolve_vars<Infcx: InferCtxtLike, T: TypeFoldable<Infcx::Interner>>(
infcx: &Infcx,
value: T,
) -> TResolves ty, region, and const vars to their inferred values or their root vars.