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`
This commit is contained in:
bors 2022-06-12 20:44:58 +00:00
commit 546c826f0c
4 changed files with 8 additions and 5 deletions

View file

@ -9,6 +9,7 @@
#![feature(option_get_or_insert_default)]
#![feature(trusted_step)]
#![feature(try_blocks)]
#![feature(yeet_expr)]
#![recursion_limit = "256"]
#[macro_use]