swift
a0dfab9a
- [SE-0331] Mark unsafe pointer conformances to Sendable as explicitly unavailable
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[SE-0331] Mark unsafe pointer conformances to Sendable as explicitly unavailable This is a preferred way to make sure that Sendable inference doesn't happen for these types because they are marked as @frozen.
References
#69114 - [SE-0331][stdlib] Mark unsafe pointer conformances to Sendable as explicitly unavailable
Author
xedin
Committer
xedin
Parents
43cc7c5c
Loading