mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Introduce the SwiftLanguageMode availability domain spelling.
Require `-enable-experimental-feature SwiftRuntimeAvailability` to use this new spelling.
This commit is contained in:
@@ -771,7 +771,7 @@ using GenericParamKindField = BCFixed<2>;
|
||||
// the module version.
|
||||
enum class AvailabilityDomainKind : uint8_t {
|
||||
Universal = 0,
|
||||
SwiftLanguage,
|
||||
SwiftLanguageMode,
|
||||
PackageDescription,
|
||||
Embedded,
|
||||
Platform,
|
||||
|
||||
Reference in New Issue
Block a user