mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Enable InlineArray type sugar
Promote it from an experimental feature. rdar://155607927
This commit is contained in:
@@ -267,6 +267,7 @@ SUPPRESSIBLE_LANGUAGE_FEATURE(ABIAttributeSE0479, 479, "@abi attribute on functi
|
||||
LANGUAGE_FEATURE(BuiltinSelect, 0, "Builtin.select")
|
||||
LANGUAGE_FEATURE(AlwaysInheritActorContext, 472, "@_inheritActorContext(always)")
|
||||
LANGUAGE_FEATURE(NonescapableAccessorOnTrivial, 0, "Support UnsafeMutablePointer.mutableSpan")
|
||||
LANGUAGE_FEATURE(InlineArrayTypeSugar, 483, "Type sugar for InlineArray")
|
||||
|
||||
// Swift 6
|
||||
UPCOMING_FEATURE(ConciseMagicFile, 274, 6)
|
||||
@@ -508,9 +509,6 @@ EXPERIMENTAL_FEATURE(ExtensibleEnums, true)
|
||||
/// Syntax sugar features for concurrency.
|
||||
EXPERIMENTAL_FEATURE(ConcurrencySyntaxSugar, true)
|
||||
|
||||
/// Enable syntax sugar type '[3 of Int]' for Inline Array
|
||||
EXPERIMENTAL_FEATURE(InlineArrayTypeSugar, false)
|
||||
|
||||
/// Allow declaration of compile-time values
|
||||
EXPERIMENTAL_FEATURE(CompileTimeValues, true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user