mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
b33ddf2df7
If the specialized function is generic, the optimization derived the wrong error type when creating a thunk for the specialized function. Fixes a compiler crash https://github.com/swiftlang/swift/issues/89617 rdar://178484080