do not offer option to run code (#1442)
This commit is contained in:
parent
45337d5392
commit
db535c7aff
|
|
@ -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: [],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue