mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
0855829dc5
The TypeDecoder logic had a bug that caused crashes when it saw a tuple type with a variadic marker. Since variadic tuples aren't supported, this changes the logic to cleanly reject a tuple with a variadic marker.