File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,13 @@ EXPERIMENTAL_FEATURE(StaticAssert, false)
102
102
EXPERIMENTAL_FEATURE(VariadicGenerics, false )
103
103
EXPERIMENTAL_FEATURE(NamedOpaqueTypes, false )
104
104
EXPERIMENTAL_FEATURE(FlowSensitiveConcurrencyCaptures, false )
105
- EXPERIMENTAL_FEATURE(MoveOnly, false )
106
- EXPERIMENTAL_FEATURE(MoveOnlyClasses, false )
105
+ EXPERIMENTAL_FEATURE(MoveOnly, true )
106
+
107
+ // FIXME: MoveOnlyClasses is not intended to be in production,
108
+ // but our tests currently rely on it, and we want to run those
109
+ // tests in non-asserts builds too.
110
+ EXPERIMENTAL_FEATURE(MoveOnlyClasses, true )
111
+
107
112
EXPERIMENTAL_FEATURE(OneWayClosureParameters, false )
108
113
EXPERIMENTAL_FEATURE(TypeWitnessSystemInference, false )
109
114
EXPERIMENTAL_FEATURE(LayoutPrespecialization, false )
You can’t perform that action at this time.
0 commit comments