We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb65d8 commit fe90be0Copy full SHA for fe90be0
include/swift/Basic/Features.def
@@ -536,7 +536,7 @@ EXPERIMENTAL_FEATURE(ImportMacroAliases, true)
536
EXPERIMENTAL_FEATURE(BorrowAndMutateAccessors, false)
537
538
/// Allow use of @inline(always) attribute
539
-SUPPRESSIBLE_EXPERIMENTAL_FEATURE(InlineAlways, false)
+SUPPRESSIBLE_LANGUAGE_FEATURE(InlineAlways, 496, "@inline(always) attribute")
540
541
/// Allow use of 'Swift' (Swift runtime version) in @available attributes
542
EXPERIMENTAL_FEATURE(SwiftRuntimeAvailability, true)
0 commit comments