Document -Zunpretty=thir-tree (#1128)

* document -Zunpretty=thir-tree

* Update position/wording
This commit is contained in:
Smittyvb 2021-05-13 14:51:43 -04:00 committed by GitHub
parent 3f01b29957
commit 1e1ffdba44
1 changed files with 3 additions and 0 deletions

View File

@ -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