We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45337d5 commit db535c7Copy full SHA for db535c7
src/thir.md
@@ -49,7 +49,7 @@ all bodies of a crate in memory at the same time would be very heavy.
49
You can get a debug representation of the THIR by passing the `-Zunpretty=thir-tree` flag
50
to `rustc`. Here is how a function with just the statement `let x = 1 + 2;` gets represented in
51
THIR:
52
-```rust
+```rust,no_run
53
Thir {
54
// no match arms
55
arms: [],
0 commit comments