-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fix an edge case in ExistentialSpecializer #32123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Encountered this when debugging a source compatibility suite assertion for #30710 |
@swift-ci test |
Makes sense to me. Can you add a test case? |
Build failed |
@aschwaighofer Added test |
@swift-ci test |
Build failed |
Build failed |
@swift-ci test OS X |
ExistentialSpecializer could be building the function type from a witness_method. We cannot attach a witnessProtocolConformance to the newly specialized thin function.
@swift-ci test |
Build failed |
Build failed |
@swift-ci test OS X |
ExistentialSpecializer could be building the function type from a
witness_method. We cannot attach a witnessProtocolConformance to the
newly specialized thin function.