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 12cbc30 commit 5111dabCopy full SHA for 5111dab
Sources/SwiftParser/generated/ExperimentalFeatures.swift
@@ -38,4 +38,7 @@ extension Parser.ExperimentalFeatures {
38
39
/// Whether to enable the parsing of NonEscableTypes.
40
public static let nonescapableTypes = Self (rawValue: 1 << 4)
41
+
42
+ /// Whether to enable the parsing of TransferringArgsAndResults.
43
+ public static let transferringArgsAndResults = Self (rawValue: 1 << 5)
44
}
0 commit comments