mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.