Files
swift-mirror/test/Concurrency/unsafe_inherit_executor.swift
Doug Gregor 4c605a2f7a Suppress warnings about @_unsafeInheritExecutor on _unsafeInheritExecutor_ functions
When inside the concurrency library, suppress the diagnostics about use
of the (deprecated) `@_unsafeInheritExecutor` for functions whose names
start with the "_unsafeInheritExecutor_" prefix that's used for
compatibility. This focuses the diagnostic on those places in the
concurrency library that might still need to introduce this hack.
2024-07-15 14:12:39 -07:00

6.3 KiB