Skip to content

Commit dd0a8e1

Browse files
committed
correct experimental feature enum value
1 parent 11abc8a commit dd0a8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftParser/generated/ExperimentalFeatures.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ extension Parser.ExperimentalFeatures {
4040
public static let nonEscapableTypes = Self (rawValue: 1 << 4)
4141

4242
/// Whether to enable the parsing of strict concurrency for globals.
43-
public static let globalConcurrency = Self (rawValue: 1 << 4)
43+
public static let globalConcurrency = Self (rawValue: 1 << 5)
4444
}

0 commit comments

Comments
 (0)