swift
f922eb23
- Coalesce multiple `Unsafe*Continuation` definitions.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
Coalesce multiple `Unsafe*Continuation` definitions. We somehow ended up with a set hidden in `Task` as well as a set at top level. SILGen currently hooks into the top-level ones, so shed the `Task`-namespaced versions for now.
References
#34817 - Coalesce multiple `Unsafe*Continuation` definitions.
Author
jckarter
Committer
jckarter
Parents
6722d71a
Loading