Skip to content

Commit d4756cb

Browse files
authored
Merge pull request swiftlang#78626 from Azoy/availability-change
[AST] Update value generic runtime availability
2 parents bc3a162 + b3ae982 commit d4756cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/swift/AST/FeatureAvailability.def

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,13 @@ FEATURE(LayoutStringValueWitnesses, (6, 1))
7878
FEATURE(CreateTaskWithConsumedFunction, (6, 1))
7979
FEATURE(IsolatedDeinit, (6, 1))
8080

81+
FEATURE(ValueGenericType, (6, 2))
82+
FEATURE(InitRawStructMetadata2, (6, 2))
83+
8184
FEATURE(TaskExecutor, FUTURE)
8285
FEATURE(Differentiation, FUTURE)
8386
FEATURE(ClearSensitive, FUTURE)
8487
FEATURE(UpdatePureObjCClassMetadata, FUTURE)
85-
FEATURE(ValueGenericType, FUTURE)
86-
FEATURE(InitRawStructMetadata2, FUTURE)
8788
// TODO: CoroutineAccessors: Change to correct version number.
8889
FEATURE(CoroutineAccessors, FUTURE)
8990

0 commit comments

Comments
 (0)