Skip to content

Commit 5e0bcab

Browse files
authored
Merge pull request #70433 from eeckstein/fix-fixedarray-feature
make FixedArrays feature available in non-assert compiler builds
2 parents 6c4ae29 + 8817394 commit 5e0bcab

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)