AST: add feature flag "FixedArrays"

This commit is contained in:
Erik Eckstein
2023-12-05 14:39:30 +01:00
parent ca20ebc158
commit a0f8d65be7
2 changed files with 7 additions and 0 deletions

View File

@@ -273,6 +273,9 @@ EXPERIMENTAL_FEATURE(ExtractConstantsFromMembers, false)
/// Enable bitwise-copyable feature.
EXPERIMENTAL_FEATURE(BitwiseCopyable, true)
/// Enables the FixedArray data type.
EXPERIMENTAL_FEATURE(FixedArrays, false)
#undef EXPERIMENTAL_FEATURE_EXCLUDED_FROM_MODULE_INTERFACE
#undef EXPERIMENTAL_FEATURE
#undef UPCOMING_FEATURE