swift
44647449
- Diagnose unsafe sequences in the for..in loop
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
241 days ago
Diagnose unsafe sequences in the for..in loop The `unsafe` goes on the sequence expression, e.g., for x in unsafe mySequence { ... }
References
#78585 - Tighten up `unsafe` effects checking
Author
DougGregor
Committer
DougGregor
Parents
d787c0fa
Loading