mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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.