Skip to main content

infer_predicates

Function infer_predicates 

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

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