Skip to content

Commit 7ab3622

Browse files
committed
[AST] Update availability of features targeting 6.0
(cherry picked from commit e563f66)
1 parent 6b8140a commit 7ab3622

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/swift/AST/FeatureAvailability.def

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ FEATURE(ConcurrencyDiscardingTaskGroup, (5, 9))
6464
FEATURE(ConcurrencyDistributedActorWithCustomExecutor, (5, 9))
6565
FEATURE(SignedDescriptor, (5, 9))
6666

67-
FEATURE(ObjCSymbolicReferences, (5, 11))
68-
FEATURE(TypedThrows, (5, 11))
69-
FEATURE(StaticReadOnlyArrays, (5, 11))
70-
FEATURE(SwiftExceptionPersonality, (5, 11))
67+
FEATURE(ObjCSymbolicReferences, (6, 0))
68+
FEATURE(TypedThrows, (6, 0))
69+
FEATURE(StaticReadOnlyArrays, (6, 0))
70+
FEATURE(SwiftExceptionPersonality, (6, 0))
7171
// Metadata support for @isolated(any) function types
72-
FEATURE(IsolatedAny, (5, 11))
72+
FEATURE(IsolatedAny, (6, 0))
7373

7474
FEATURE(TaskExecutor, FUTURE)
7575
FEATURE(Differentiation, FUTURE)

0 commit comments

Comments
 (0)