diff options
| author | bors <bors@rust-lang.org> | 2022-06-12 20:44:58 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-06-12 20:44:58 +0000 |
| commit | 546c826f0ccaab36e897860205281f490db274e6 (patch) | |
| tree | 91962297a92526402d5e102b251cf99474051dda /compiler/rustc_mir_transform/src | |
| parent | 4153a2ec45f79b4ddf1968b163590f3d1130007f (diff) | |
| parent | a6c6fa0e33b362b7b6be5e9c68d1dc94a735af16 (diff) | |
| download | rust-546c826f0ccaab36e897860205281f490db274e6.tar.gz rust-546c826f0ccaab36e897860205281f490db274e6.zip | |
Auto merge of #98018 - scottmcm:miri-yeet, r=RalfJung
Try out `yeet` in the MIR interpreter Since we got a new bootstrap, we can give this a shot. r? `@oli-obk`
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] |
