mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Introduce a suppressible feature for availability on associated types
This allows us to emit Swift interfaces that can be handled by older Swift compilers.
This commit is contained in:
@@ -109,6 +109,7 @@ SUPPRESSIBLE_LANGUAGE_FEATURE(UnsafeInheritExecutor, 0, "@_unsafeInheritExecutor
|
||||
SUPPRESSIBLE_LANGUAGE_FEATURE(PrimaryAssociatedTypes2, 346, "Primary associated types")
|
||||
SUPPRESSIBLE_LANGUAGE_FEATURE(UnavailableFromAsync, 0, "@_unavailableFromAsync")
|
||||
SUPPRESSIBLE_LANGUAGE_FEATURE(NoAsyncAvailability, 340, "@available(*, noasync)")
|
||||
SUPPRESSIBLE_LANGUAGE_FEATURE(AssociatedTypeAvailability, 0, "Availability on associated types")
|
||||
LANGUAGE_FEATURE(BuiltinIntLiteralAccessors, 368, "Builtin.IntLiteral accessors")
|
||||
LANGUAGE_FEATURE(Macros, 0, "Macros")
|
||||
LANGUAGE_FEATURE(FreestandingExpressionMacros, 382, "Expression macros")
|
||||
|
||||
Reference in New Issue
Block a user