mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Types where pack expansion required nested subsitution could cause the compiler to crash rather than properly expanding the pack. Both for populated types and infinityly expanding types which should generate an error. This expands the support for these to generate more errors and populated types, and correspondingly expands the test suite