diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2022-05-29 01:19:52 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2022-06-11 23:08:06 -0700 |
| commit | a6c6fa0e33b362b7b6be5e9c68d1dc94a735af16 (patch) | |
| tree | 99aee5f694802778878c521a24d8d2d2961092a3 /compiler/rustc_mir_transform/src | |
| parent | 37a42258ffe02cfb7107380759e492c64500ab55 (diff) | |
| download | rust-a6c6fa0e33b362b7b6be5e9c68d1dc94a735af16.tar.gz rust-a6c6fa0e33b362b7b6be5e9c68d1dc94a735af16.zip | |
Try out `yeet` in the MIR interpreter
Diffstat (limited to 'compiler/rustc_mir_transform/src')
| -rw-r--r-- | compiler/rustc_mir_transform/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_mir_transform/src/lib.rs b/compiler/rustc_mir_transform/src/lib.rs index 0e57c3c6979..0e52da57e60 100644 --- a/compiler/rustc_mir_transform/src/lib.rs +++ b/compiler/rustc_mir_transform/src/lib.rs @@ -9,6 +9,7 @@ #![feature(option_get_or_insert_default)] #![feature(trusted_step)] #![feature(try_blocks)] +#![feature(yeet_expr)] #![recursion_limit = "256"] #[macro_use] |
