We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28dbeaf commit 5f48c75Copy full SHA for 5f48c75
src/hir-debugging.md
@@ -3,6 +3,6 @@
3
The `-Z unpretty=hir-tree` flag will dump out the HIR.
4
5
If you are trying to correlate `NodeId`s or `DefId`s with source code, the
6
-`--pretty expanded,identified` flag may be useful.
+`-Z unpretty=expanded,identified` flag may be useful.
7
8
TODO: anything else? [#1159](https://github.com/rust-lang/rustc-dev-guide/issues/1159)
0 commit comments