mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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