Skip to content

Commit e8dfb1e

Browse files
committed
[Basic] Features: Enable ResultBuilderASTTransform feature in production compilers
1 parent d4693a9 commit e8dfb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/Features.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ EXPERIMENTAL_FEATURE(FlowSensitiveConcurrencyCaptures, false)
103103
EXPERIMENTAL_FEATURE(MoveOnly, false)
104104
EXPERIMENTAL_FEATURE(OneWayClosureParameters, false)
105105
EXPERIMENTAL_FEATURE(TypeWitnessSystemInference, false)
106-
EXPERIMENTAL_FEATURE(ResultBuilderASTTransform, false)
106+
EXPERIMENTAL_FEATURE(ResultBuilderASTTransform, true)
107107
EXPERIMENTAL_FEATURE(LayoutPrespecialization, false)
108108

109109
/// Whether to enable experimental differentiable programming features:

0 commit comments

Comments
 (0)