fix interpreter validity check on Box

This commit is contained in:
Ralf Jung
2022-07-03 11:29:49 -04:00
parent b04bfb4aea
commit 7fc77806d4
2 changed files with 29 additions and 6 deletions

View File

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