We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b721f commit 7c09116Copy full SHA for 7c09116
include/swift/Basic/Features.def
@@ -411,8 +411,8 @@ EXPERIMENTAL_FEATURE(WarnUnsafe, true)
411
/// Import unsafe C and C++ constructs as @unsafe.
412
EXPERIMENTAL_FEATURE(SafeInterop, true)
413
414
-// isolated deinit
415
-EXPERIMENTAL_FEATURE(IsolatedDeinit, true)
+// Isolated deinit
+SUPPRESSIBLE_EXPERIMENTAL_FEATURE(IsolatedDeinit, true)
416
417
// Enable values in generic signatures, e.g. <let N: Int>
418
EXPERIMENTAL_FEATURE(ValueGenerics, true)
0 commit comments