do not offer option to run code (#1442)

This commit is contained in:
Tshepang Mbambo 2022-08-23 00:46:35 +02:00 committed by GitHub
parent 45337d5392
commit db535c7aff
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ 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 You can get a debug representation of the THIR by passing the `-Zunpretty=thir-tree` flag
to `rustc`. Here is how a function with just the statement `let x = 1 + 2;` gets represented in to `rustc`. Here is how a function with just the statement `let x = 1 + 2;` gets represented in
THIR: THIR:
```rust ```rust,no_run
Thir { Thir {
// no match arms // no match arms
arms: [], arms: [],