Skip to content

Commit 12c90d5

Browse files
committed
[Debugging] Exclude DebugDescriptionMacro from swiftinterface
1 parent 60aa76d commit 12c90d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/Features.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ EXPERIMENTAL_FEATURE(ObjCImplementation, true)
376376
EXPERIMENTAL_FEATURE(CImplementation, true)
377377

378378
// Enable the stdlib @DebugDescription macro.
379-
EXPERIMENTAL_FEATURE(DebugDescriptionMacro, true)
379+
EXPERIMENTAL_FEATURE_EXCLUDED_FROM_MODULE_INTERFACE(DebugDescriptionMacro, true)
380380

381381
// Enable usability improvements for global-actor-isolated types.
382382
EXPERIMENTAL_FEATURE(GlobalActorIsolatedTypesUsability, true)

0 commit comments

Comments
 (0)