Skip to content

Commit 7c09116

Browse files
committed
Basic: Declare IsolatedDeinit as a suppressible feature.
1 parent 23b721f commit 7c09116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/Basic/Features.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ EXPERIMENTAL_FEATURE(WarnUnsafe, true)
411411
/// Import unsafe C and C++ constructs as @unsafe.
412412
EXPERIMENTAL_FEATURE(SafeInterop, true)
413413

414-
// isolated deinit
415-
EXPERIMENTAL_FEATURE(IsolatedDeinit, true)
414+
// Isolated deinit
415+
SUPPRESSIBLE_EXPERIMENTAL_FEATURE(IsolatedDeinit, true)
416416

417417
// Enable values in generic signatures, e.g. <let N: Int>
418418
EXPERIMENTAL_FEATURE(ValueGenerics, true)

0 commit comments

Comments
 (0)