Skip to content

Commit 6690d57

Browse files
committed
map nonisolated(unsafe) experimental feature for SwiftParser
1 parent 446dfbf commit 6690d57

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
@@ -35,6 +35,7 @@ extension Parser.ExperimentalFeatures {
3535
mapFeature(.TypedThrows, to: .typedThrows)
3636
mapFeature(.DoExpressions, to: .doExpressions)
3737
mapFeature(.NonEscapableTypes, to: .nonEscapableTypes)
38+
mapFeature(.GlobalConcurrency, to: .globalConcurrency)
3839
}
3940
}
4041

0 commit comments

Comments
 (0)