swift
2ec8efea - Sema: Allow some @_implementationOnly imports in stdlib modules.

Commit
338 days ago
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.
Author
Committer
Parents
  • lib/Sema
    • File
      ImportResolution.cpp
Loading