Skip to content

Commit 353d04f

Browse files
Merge pull request #69725 from sophiapoirier/nonisolated-unsafe-experimental-feature-flag-mapping
map nonisolated(unsafe) experimental feature for SwiftParser
2 parents f59bac8 + 6690d57 commit 353d04f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ASTGen/Sources/ASTGen/SourceFile.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ extension Parser.ExperimentalFeatures {
4747
mapFeature(.TypedThrows, to: .typedThrows)
4848
mapFeature(.DoExpressions, to: .doExpressions)
4949
mapFeature(.NonEscapableTypes, to: .nonEscapableTypes)
50+
mapFeature(.GlobalConcurrency, to: .globalConcurrency)
5051
}
5152
}
5253

0 commit comments

Comments
 (0)