Skip to main content

infer_clauses

Function infer_clauses 

Source
pub(super) fn infer_clauses(
    tcx: TyCtxt<'_>,
) -> FxIndexMap<DefId, EarlyBinder<'_, FxIndexMap<ArgOutlivesClause<'_>, Span>>>
Expand description

Infer outlives-clauses for the items in the local crate.