We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3abc12 commit ab936c8Copy full SHA for ab936c8
src/doc/rustc-dev-guide/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