Use unpretty for debugging Hir (#1685)
This commit is contained in:
parent
28dbeaf5c4
commit
5f48c757c7
|
|
@ -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…
Reference in New Issue