We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11abc8a commit dd0a8e1Copy full SHA for dd0a8e1
Sources/SwiftParser/generated/ExperimentalFeatures.swift
@@ -40,5 +40,5 @@ extension Parser.ExperimentalFeatures {
40
public static let nonEscapableTypes = Self (rawValue: 1 << 4)
41
42
/// Whether to enable the parsing of strict concurrency for globals.
43
- public static let globalConcurrency = Self (rawValue: 1 << 4)
+ public static let globalConcurrency = Self (rawValue: 1 << 5)
44
}
0 commit comments