pub(super) fn impl_super_outlives(
tcx: TyCtxt<'_>,
def_id: DefId,
) -> EarlyBinder<'_, Clauses<'_>>
Expand description
This exists as an optimization to compute only the supertraits of this impl’s trait that are outlives bounds.
pub(super) fn impl_super_outlives(
tcx: TyCtxt<'_>,
def_id: DefId,
) -> EarlyBinder<'_, Clauses<'_>>
This exists as an optimization to compute only the supertraits of this impl’s trait that are outlives bounds.