Files
swift-mirror/lib/Sema/ImportResolution.cpp
Allan Shortlidge 2ec8efea91 Sema: Allow some @_implementationOnly imports in stdlib modules.
The `_Concurrency` module imports a C module that is not available in the
toolchain or SDK, which means that `@_implementationOnly` must be used to hide
the dependency on this module from clients.
2024-09-09 12:48:28 -07:00

61 KiB