Skip to main content

eager_resolve_vars

Function eager_resolve_vars 

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

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