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.
2 parents f59bac8 + 6690d57 commit 353d04fCopy full SHA for 353d04f
lib/ASTGen/Sources/ASTGen/SourceFile.swift
@@ -47,6 +47,7 @@ extension Parser.ExperimentalFeatures {
47
mapFeature(.TypedThrows, to: .typedThrows)
48
mapFeature(.DoExpressions, to: .doExpressions)
49
mapFeature(.NonEscapableTypes, to: .nonEscapableTypes)
50
+ mapFeature(.GlobalConcurrency, to: .globalConcurrency)
51
}
52
53
0 commit comments