You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[5.1] IRGen: Save the current generic signature before mangling an opaque type decl
It comes with its own generic signature.
Explanation: We crash generating the mangling for an opaque type decl.
Scope of Issue: Affects code that uses opaque result types.
The compiler will crash.
Risk: Low. We cache and restore a generic signature before mangling opaque type
decls which will introduce their own generic signature.
Review: Joe Groff
Testing: Swift regression test added.
rdar://54824119
0 commit comments