mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
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