mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Since these different forms of documentation have a similar purpose, and there's already some infrastructure for educational notes, unify all of the diagnostics-related documentation in a single place. We might consider unifying these ideas in the compiler as well, but that's for another day.
6 lines
223 B
Markdown
6 lines
223 B
Markdown
# Extraneous @preconcurrency imports
|
|
|
|
|
|
This diagnostic group includes warnings that diagnose `@preconcurrency import`
|
|
declarations that don't need `@preconcurrency`. It is an experimental warning
|
|
that is currently disabled. |