We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b404764 commit 85e51bfCopy full SHA for 85e51bf
1 file changed
rust/ql/lib/codeql/rust/printast/PrintAstNode.qll
@@ -68,7 +68,7 @@ class PrintAstNode extends TPrintAstNode {
68
}
69
70
private string prettyPrint(Locatable e) {
71
- result = "[" + concat(e.getPrimaryQlClasses(), ", ") + "] " + e
+ result = "[" + concat(e.getPrimaryQlClasses(), ", ") + "] " + concat(e.toString())
72
73
74
private class Unresolved extends Locatable {
0 commit comments