Function rustc_trait_selection::infer::canonical::query_response::make_query_region_constraints[][src]

pub fn make_query_region_constraints<'tcx>(
    tcx: TyCtxt<'tcx>,
    outlives_obligations: impl Iterator<Item = (&'tcx TyS<'tcx>, &'tcx RegionKind)>,
    region_constraints: &RegionConstraintData<'tcx>
) -> QueryRegionConstraints<'tcx>
Expand description

Given the region obligations and constraints scraped from the infcx, creates query region constraints.