Commit 4c605a2
committed
Suppress warnings about
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.@_unsafeInheritExecutor on _unsafeInheritExecutor_ functions1 parent 5ce1668 commit 4c605a2
File tree
2 files changed
+8
-1
lines changed- lib/Sema
- test/Concurrency
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7279 | 7279 | | |
7280 | 7280 | | |
7281 | 7281 | | |
7282 | | - | |
| 7282 | + | |
| 7283 | + | |
| 7284 | + | |
| 7285 | + | |
7283 | 7286 | | |
7284 | 7287 | | |
7285 | 7288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
0 commit comments