We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d2cfa commit 5ba0d6bCopy full SHA for 5ba0d6b
src/hir.md
@@ -11,11 +11,10 @@ been desugared away (as an example, `for` loops are converted into a
11
This chapter covers the main concepts of the HIR.
12
13
You can view the HIR representation of your code by passing the
14
-`-Zunpretty=hir-tree` flag to rustc, for example by setting the `RUSTFLAGS`
15
-environment variable:
+`-Zunpretty=hir-tree` flag to rustc:
16
17
```
18
-RUSTFLAGS=-Zunpretty=hir-tree cargo build
+cargo rustc -- -Zunpretty=hir-tree
19
20
21
### Out-of-band storage and the `Crate` type
0 commit comments