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 0150cee commit adaddf5Copy full SHA for adaddf5
lib/ASTGen/Sources/ASTGen/Macros.swift
@@ -546,7 +546,7 @@ func expandFreestandingMacroInProcess(
546
guard let parentExpansion = macroSyntax.asProtocol(
547
FreestandingMacroExpansionSyntax.self
548
) else {
549
- print("not on a macro expansion node: \(macroSyntax.recursiveDescription)")
+ print("not on a macro expansion node: \(macroSyntax.debugDescription)")
550
return nil
551
}
552
@@ -671,7 +671,7 @@ private func findSyntaxNodeInSourceFile<Node: SyntaxProtocol>(
671
currentSyntax = parentSyntax
672
673
674
- print("unable to find node: \(token.recursiveDescription)")
+ print("unable to find node: \(token.debugDescription)")
675
676
677
0 commit comments