Skip to content

Commit b3ae982

Browse files
committed
Update FeatureAvailability.def
1 parent e89abf8 commit b3ae982

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)