Skip to content

Commit 5f48c75

Browse files
authored
Use unpretty for debugging Hir (#1685)
1 parent 28dbeaf commit 5f48c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hir-debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
The `-Z unpretty=hir-tree` flag will dump out the HIR.
44

55
If you are trying to correlate `NodeId`s or `DefId`s with source code, the
6-
`--pretty expanded,identified` flag may be useful.
6+
`-Z unpretty=expanded,identified` flag may be useful.
77

88
TODO: anything else? [#1159](https://github.com/rust-lang/rustc-dev-guide/issues/1159)

0 commit comments

Comments
 (0)