Files
Kavon Farvardin 0ae044a555 Stdlib: switch to SuppressedAssociatedTypesWithDefaults
Ever since `_BorrowingSequence` and friends landed in the standard library,
it's introduced a primary associated type that is suppressed. Since the mangling
of generic signatures is different depending on whether you're using
`SuppressedAssociatedTypes` and the `-WithDefaults` version, we should introduce
it with the new mangling in-place. It's also source breaking to make this switch
happen later on, since defaults will get assumed where they were not before.

rdar://170650908
2026-02-18 21:14:39 -08:00
..
2026-01-28 14:47:36 -08:00
2025-03-10 08:51:56 -07:00