1
Fork 0

Try out yeet in the MIR interpreter

This commit is contained in:
Scott McMurray 2022-05-29 01:19:52 -07:00
parent 37a42258ff
commit a6c6fa0e33
4 changed files with 8 additions and 5 deletions

View file

@ -20,6 +20,7 @@ Rust MIR: a lowered representation of Rust.
#![feature(trusted_len)]
#![feature(trusted_step)]
#![feature(try_blocks)]
#![feature(yeet_expr)]
#![recursion_limit = "256"]
#![allow(rustc::potential_query_instability)]