Commit d6658a4
committed
Disable warning about
We have a couple of persistent issues where the warning about
`@preconcurrency` having no effect on import declarations is emitted
but is wrong, because removing the `@preconcurrency` will cause
warnings or errors to appear. Disable this warning until we can make
it reliable.@preconcurrency having no effect on an import1 parent 5b50361 commit d6658a4
File tree
2 files changed
+2
-19
lines changed- lib/Sema
- test/Concurrency
2 files changed
+2
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1007 | 1007 | | |
1008 | 1008 | | |
1009 | 1009 | | |
1010 | | - | |
1011 | | - | |
1012 | | - | |
1013 | | - | |
1014 | | - | |
1015 | | - | |
1016 | | - | |
1017 | | - | |
1018 | | - | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | | - | |
1023 | | - | |
1024 | | - | |
1025 | | - | |
1026 | | - | |
1027 | | - | |
| 1010 | + | |
| 1011 | + | |
1028 | 1012 | | |
1029 | 1013 | | |
1030 | 1014 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
0 commit comments