Skip to content

Commit 33a1a66

Browse files
authored
Update Features.def
1 parent d0513a7 commit 33a1a66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/swift/Basic/Features.def

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ LANGUAGE_FEATURE(NonescapableTypes, /*IsAdoptable=*/false, 446,
251251
LANGUAGE_FEATURE(BuiltinEmplaceTypedThrows, /*IsAdoptable=*/false, 0,
252252
"Builtin.emplace typed throws")
253253
SUPPRESSIBLE_LANGUAGE_FEATURE(MemorySafetyAttributes, 458, "@unsafe attribute")
254-
LANGUAGE_FEATURE(ValueGenerics, 452, "Value generics feature (integer generics)")
254+
LANGUAGE_FEATURE(ValueGenerics, /*IsAdoptable=*/ false, 452,
255+
"Value generics feature (integer generics)")
255256

256257
// Swift 6
257258
UPCOMING_FEATURE(ConciseMagicFile, 274, 6)

0 commit comments

Comments
 (0)