do not offer option to run code (#1442)

This commit is contained in:
Tshepang Mbambo 2022-08-23 00:46:35 +02:00 committed by GitHub
parent e81b583989
commit 18fc34b37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: [],