We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe2ca9 commit cc0a74dCopy full SHA for cc0a74d
lib/Frontend/Frontend.cpp
@@ -754,8 +754,7 @@ CompilerInstance::openModuleDoc(const InputFile &input) {
754
}
755
756
bool CompilerInvocation::shouldImportSwiftConcurrency() const {
757
- return getLangOptions().EnableExperimentalConcurrency
758
- && !getLangOptions().DisableImplicitConcurrencyModuleImport &&
+ return !getLangOptions().DisableImplicitConcurrencyModuleImport &&
759
getFrontendOptions().InputMode !=
760
FrontendOptions::ParseInputMode::SwiftModuleInterface;
761
0 commit comments