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 5dad517 commit 677b38cCopy full SHA for 677b38c
CONTRIBUTING.md
@@ -67,7 +67,7 @@ and resolved paths.
67
68
[`T-AST`] issues will generally need you to match against a predefined syntax structure.
69
To figure out how this syntax structure is encoded in the AST, it is recommended to run
70
-`rustc -Z ast-json` on an example of the structure and compare with the [nodes in the AST docs].
+`rustc -Z unpretty=ast-tree` on an example of the structure and compare with the [nodes in the AST docs].
71
Usually the lint will end up to be a nested series of matches and ifs, [like so][deep-nesting].
72
But we can make it nest-less by using [if_chain] macro, [like this][nest-less].
73
0 commit comments