Skip to content

Commit 2afc91e

Browse files
committed
map nonisolated(unsafe) experimental feature for SwiftParser
1 parent 5a88257 commit 2afc91e

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
@@ -34,6 +34,7 @@ extension Parser.ExperimentalFeatures {
3434
mapFeature(.ThenStatements, to: .thenStatements)
3535
mapFeature(.TypedThrows, to: .typedThrows)
3636
mapFeature(.DoExpressions, to: .doExpressions)
37+
mapFeature(.GlobalConcurrency, to: .globalConcurrency)
3738
}
3839
}
3940

0 commit comments

Comments
 (0)