rustc_hir_analysis::collect::item_bounds

Function impl_super_outlives

source
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.