Skip to content

Commit 5111dab

Browse files
committed
Generated syntax for TransferringArgsAndResults.
1 parent 12cbc30 commit 5111dab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/SwiftParser/generated/ExperimentalFeatures.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ extension Parser.ExperimentalFeatures {
3838

3939
/// Whether to enable the parsing of NonEscableTypes.
4040
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)
4144
}

0 commit comments

Comments
 (0)