Skip to main content

eager_resolve_vars

Function eager_resolve_vars 

Source
pub fn eager_resolve_vars<Infcx: InferCtxtLike, T: TypeFoldable<Infcx::Interner>>(
    infcx: &Infcx,
    value: T,
) -> T
Expand description

Resolves ty, region, and const vars to their inferred values or their root vars.