[−][src]Function rustc::infer::canonical::query_result::make_query_outlives
pub fn make_query_outlives<'tcx>(
tcx: TyCtxt<'_, '_, 'tcx>,
outlives_obligations: impl Iterator<Item = (Ty<'tcx>, Region<'tcx>)>,
region_constraints: &RegionConstraintData<'tcx>
) -> Vec<QueryRegionConstraint<'tcx>>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Given the region obligations and constraints scraped from the infcx, creates query region constraints.