Skip to content

Commit 050f57f

Browse files
authored
Merge pull request #67295 from gottesmm/pr-73e18482379c1cdb1e10bb5517d38dd00694089b
[reference-bindings] Compile in ReferenceBindings in non-asserts builds.
2 parents 0c56f14 + c3df53e commit 050f57f

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)