Skip to main content

deeply_resolve_via_region_graph

Function deeply_resolve_via_region_graph 

Source
pub fn deeply_resolve_via_region_graph<'tcx, T>(
    infcx: &InferCtxt<'tcx>,
    value: T,
) -> Result<T, FixupError>
where T: TypeFoldable<TyCtxt<'tcx>>,
Expand description

Full type resolution replaces all type and region variables with their concrete results. If any variable cannot be replaced (never unified, etc) then an Err result is returned.