fn collect_sizedness_bounds<'tcx>(
tcx: TyCtxt<'tcx>,
hir_bounds: &'tcx [GenericBound<'tcx>],
where_bounds: &'tcx [WherePredicate<'tcx>],
context: ImpliedBoundsContext,
span: Span,
) -> CollectedSizednessBoundsfn collect_sizedness_bounds<'tcx>(
tcx: TyCtxt<'tcx>,
hir_bounds: &'tcx [GenericBound<'tcx>],
where_bounds: &'tcx [WherePredicate<'tcx>],
context: ImpliedBoundsContext,
span: Span,
) -> CollectedSizednessBounds