Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 290 Bytes

hir-debugging.md

File metadata and controls

8 lines (5 loc) · 290 Bytes

HIR Debugging

The -Z unpretty=hir-tree flag will dump out the HIR.

If you are trying to correlate NodeIds or DefIds with source code, the -Z unpretty=expanded,identified flag may be useful.

TODO: anything else? #1159