Function collect_sizedness_bounds

Source
fn collect_sizedness_bounds<'tcx>(
    tcx: TyCtxt<'tcx>,
    hir_bounds: &'tcx [GenericBound<'tcx>],
    self_ty_where_predicates: Option<(LocalDefId, &'tcx [WherePredicate<'tcx>])>,
    span: Span,
) -> CollectedSizednessBounds