Function rustc_query_impl::make_query::inferred_outlives_of[][src]

pub fn inferred_outlives_of<'tcx>(
    tcx: QueryCtxt<'tcx>,
    key: inferred_outlives_of<'tcx>
) -> QueryStackFrame
Expand description

Returns the inferred outlives predicates (e.g., for struct Foo<'a, T> { x: &'a T }, this would return T: 'a).