From 785def9d078be2fd80e292a87b8024ced9485ac3 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 22 Aug 2022 20:02:05 +0200 Subject: [PATCH] do not offer option to run code --- src/thir.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thir.md b/src/thir.md index 04af75f9e..f5ba55514 100644 --- a/src/thir.md +++ b/src/thir.md @@ -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 to `rustc`. Here is how a function with just the statement `let x = 1 + 2;` gets represented in THIR: -```rust +```rust,no_run Thir { // no match arms arms: [],