Document -Zunpretty=thir-tree (#1128)
* document -Zunpretty=thir-tree * Update position/wording
This commit is contained in:
parent
3f01b29957
commit
1e1ffdba44
|
|
@ -39,6 +39,9 @@ will be allocated. Dropping this arena will result in the THIR being destroyed,
|
|||
which is useful to keep peak memory in check. Having a THIR representation of
|
||||
all bodies of a crate in memory at the same time would be very heavy.
|
||||
|
||||
You can get a debug representation of the THIR by passing the `-Zunpretty=thir-tree` flag
|
||||
to `rustc`.
|
||||
|
||||
[thir-docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_build/thir/index.html
|
||||
[`thir::Expr`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_build/thir/struct.Expr.html
|
||||
[`build_thir`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_mir_build/thir/fn.build_thir.html
|
||||
|
|
|
|||
Loading…
Reference in New Issue