Skip to content

Commit bc20be5

Browse files
committed
map nonisolated(unsafe) experimental feature for SwiftParser
1 parent b7edae0 commit bc20be5

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
@@ -36,6 +36,7 @@ extension Parser.ExperimentalFeatures {
3636
}
3737
}
3838
mapFeature(.ThenStatements, to: .thenStatements)
39+
mapFeature(.GlobalConcurrency, to: .globalConcurrency)
3940
}
4041
}
4142

0 commit comments

Comments
 (0)