From db535c7affea9a8296cfbe2af9cfca708cba81e2 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Tue, 23 Aug 2022 00:46:35 +0200 Subject: [PATCH] do not offer option to run code (#1442) --- src/thir.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thir.md b/src/thir.md index 04af75f9..f5ba5551 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: [],