We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81b583 commit 18fc34bCopy full SHA for 18fc34b
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