mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The implementation of `withoutActuallyEscaping` for `@convention(block)` functions cannot verify at runtime that the function did not actually escape. Diagnose this as unsafe code under strict memory safety checking. Fixes rdar://139994149.