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.
pub(super) fn infer_clauses(
tcx: TyCtxt<'_>,
) -> FxIndexMap<DefId, EarlyBinder<'_, FxIndexMap<ArgOutlivesClause<'_>, Span>>>Infer outlives-clauses for the items in the local crate.