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 60aa76d commit 12c90d5Copy full SHA for 12c90d5
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