Function rustc::infer::canonical::query_result::make_query_outlives[][src]

Important traits for Vec<u8>
pub fn make_query_outlives<'tcx>(
    tcx: TyCtxt<'_, '_, 'tcx>,
    region_obligations: Vec<(NodeId, RegionObligation<'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.