rustc_hir_analysis::collect::item_bounds

Function item_non_self_assumptions

source
pub(super) fn item_non_self_assumptions(
    tcx: TyCtxt<'_>,
    def_id: DefId,
) -> EarlyBinder<'_, Clauses<'_>>
Expand description

This exists as an optimization to compute only the item bounds of the item that are not Self bounds.