Use unpretty for debugging Hir (#1685)
This commit is contained in:
parent
2f6d11e0d3
commit
de22e55b95
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
The `-Z unpretty=hir-tree` flag will dump out the HIR.
|
||||
|
||||
If you are trying to correlate `NodeId`s or `DefId`s with source code, the
|
||||
`--pretty expanded,identified` flag may be useful.
|
||||
`-Z unpretty=expanded,identified` flag may be useful.
|
||||
|
||||
TODO: anything else? [#1159](https://github.com/rust-lang/rustc-dev-guide/issues/1159)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue