We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9675bc commit d0f63d2Copy full SHA for d0f63d2
compiler/errorreporting.nim
@@ -89,8 +89,8 @@ proc errorToString*(
89
of WrappedError:
90
result = ""
91
92
- # XXX: temporary, remove before merging
93
- result = result & " compiler error origin: " & $n.compilerInstInfo()
+ # useful for debugging where error nodes are generated
+ # result = result & " compiler error origin: " & $n.compilerInstInfo()
94
95
iterator walkErrorsOld*(config: ConfigRef; n: PNode): PNode {.
96
deprecated: "linear error traversal is likely not useful".} =
0 commit comments