]> git.proxmox.com Git - rustc.git/blame - src/doc/rustc-dev-guide/src/hir-debugging.md
New upstream version 1.55.0+dfsg1
[rustc.git] / src / doc / rustc-dev-guide / src / hir-debugging.md
CommitLineData
532ac7d7
XL
1# HIR Debugging
2
6a06907d 3The `-Z unpretty=hir-tree` flag will dump out the HIR.
532ac7d7
XL
4
5If you are trying to correlate `NodeId`s or `DefId`s with source code, the
6`--pretty expanded,identified` flag may be useful.
7
136023e0 8TODO: anything else? [#1159](https://github.com/rust-lang/rustc-dev-guide/issues/1159)