Sign in
rust
/
rustc-guide
/
refs/heads/oli-obk-patch-1
/
.
/
src
/
hir-debugging.md
blob: 519ff26677e6c38f01ad165a1fc39c5754d64c2d [
file
] [
log
] [
blame
] [
view
] [
edit
]
# HIR Debugging
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
.
TODO
:
anything
else
?