mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
b9ccde3771
Allowed SILFunctionType instances for pseudogeneric coroutines without signatures to be created. Such instances are created by SILTypeSubstituter::substSILFunctionType when SILGen'ing a conformance of a pseudogeneric type to a protocol featuring a coroutine requirement. rdar://81421394