Skip to content

Commit c3df53e

Browse files
committed
[reference-bindings] Compile in ReferenceBindings in non-asserts builds.
Just to fix the bots. rdar://112230433
1 parent 0c56f14 commit c3df53e

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
@@ -209,7 +209,7 @@ EXPERIMENTAL_FEATURE(ImportSymbolicCXXDecls, false)
209209
EXPERIMENTAL_FEATURE(GenerateBindingsForThrowingFunctionsInCXX, false)
210210

211211
/// Enable reference bindings.
212-
EXPERIMENTAL_FEATURE(ReferenceBindings, false)
212+
EXPERIMENTAL_FEATURE(ReferenceBindings, true)
213213

214214
/// Enable the explicit 'import Builtin' and allow Builtin usage.
215215
EXPERIMENTAL_FEATURE(BuiltinModule, true)

0 commit comments

Comments
 (0)