We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ebe10d + 5ba0d6b commit 39bf7d6Copy full SHA for 39bf7d6
src/hir.md
@@ -9,6 +9,13 @@ are converted into a `loop` and do not appear in the HIR).
9
10
This chapter covers the main concepts of the HIR.
11
12
+You can view the HIR representation of your code by passing the
13
+`-Zunpretty=hir-tree` flag to rustc:
14
+
15
+```
16
+cargo rustc -- -Zunpretty=hir-tree
17
18
19
### Out-of-band storage and the `Crate` type
20
21
The top-level data-structure in the HIR is the `Crate`, which stores
0 commit comments