Skip to content

Commit 18fc34b

Browse files
authored
do not offer option to run code (rust-lang#1442)
1 parent e81b583 commit 18fc34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/thir.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ all bodies of a crate in memory at the same time would be very heavy.
4949
You can get a debug representation of the THIR by passing the `-Zunpretty=thir-tree` flag
5050
to `rustc`. Here is how a function with just the statement `let x = 1 + 2;` gets represented in
5151
THIR:
52-
```rust
52+
```rust,no_run
5353
Thir {
5454
// no match arms
5555
arms: [],

0 commit comments

Comments
 (0)