Use unpretty for debugging Hir (#1685)
This commit is contained in:
parent
0cae602e50
commit
0296ecfd1f
|
|
@ -3,6 +3,6 @@
|
||||||
The `-Z unpretty=hir-tree` flag will dump out the HIR.
|
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
|
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)
|
TODO: anything else? [#1159](https://github.com/rust-lang/rustc-dev-guide/issues/1159)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue