swift
8378562e - Adopt `@unsafe` throughout the standard library

Commit
1 year ago
Adopt `@unsafe` throughout the standard library Annotate all of the `Unsafe*` types and `unsafe` functions in the standard library (including concurrency, synchronization, etc.) as `@unsafe`. Add a few tests to ensure that we detect uses of these types in clients that have disabled unsafe code.
Author
Committer
Parents
Loading