Skip to content

Commit 8817394

Browse files
committed
make FixedArrays feature available in non-assert compiler builds
1 parent 06f9c01 commit 8817394

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
@@ -276,7 +276,7 @@ EXPERIMENTAL_FEATURE(ExtractConstantsFromMembers, false)
276276
EXPERIMENTAL_FEATURE(BitwiseCopyable, true)
277277

278278
/// Enables the FixedArray data type.
279-
EXPERIMENTAL_FEATURE(FixedArrays, false)
279+
EXPERIMENTAL_FEATURE(FixedArrays, true)
280280

281281
#undef EXPERIMENTAL_FEATURE_EXCLUDED_FROM_MODULE_INTERFACE
282282
#undef EXPERIMENTAL_FEATURE

0 commit comments

Comments
 (0)