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.
2 parents 81d2d36 + 12c90d5 commit 09cdac4Copy full SHA for 09cdac4
include/swift/Basic/Features.def
@@ -376,7 +376,7 @@ EXPERIMENTAL_FEATURE(ObjCImplementation, true)
376
EXPERIMENTAL_FEATURE(CImplementation, true)
377
378
// Enable the stdlib @DebugDescription macro.
379
-EXPERIMENTAL_FEATURE(DebugDescriptionMacro, true)
+EXPERIMENTAL_FEATURE_EXCLUDED_FROM_MODULE_INTERFACE(DebugDescriptionMacro, true)
380
381
// Enable usability improvements for global-actor-isolated types.
382
EXPERIMENTAL_FEATURE(GlobalActorIsolatedTypesUsability, true)
0 commit comments