Skip to content

Commit 52401c6

Browse files
committed
Block the use of @DebugDescription behind hasFeature(Macros)
1 parent 05abdad commit 52401c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/ObjectIdentifier+DebugDescription.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
#if !$Embedded
13+
#if !$Embedded && hasFeature(Macros)
1414
@DebugDescription
1515
extension ObjectIdentifier {
1616
var lldbDescription: String {

0 commit comments

Comments
 (0)