about summary refs log tree commit diff
path: root/compiler/rustc_const_eval
diff options
context:
space:
mode:
authorScott McMurray <scottmcm@users.noreply.github.com>2022-05-29 01:19:52 -0700
committerScott McMurray <scottmcm@users.noreply.github.com>2022-06-11 23:08:06 -0700
commita6c6fa0e33b362b7b6be5e9c68d1dc94a735af16 (patch)
tree99aee5f694802778878c521a24d8d2d2961092a3 /compiler/rustc_const_eval
parent37a42258ffe02cfb7107380759e492c64500ab55 (diff)
Try out `yeet` in the MIR interpreter
Diffstat (limited to 'compiler/rustc_const_eval')
-rw-r--r--compiler/rustc_const_eval/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_const_eval/src/lib.rs b/compiler/rustc_const_eval/src/lib.rs
index d2b5ef8ea6f..04410ca3828 100644
--- a/compiler/rustc_const_eval/src/lib.rs
+++ b/compiler/rustc_const_eval/src/lib.rs
@@ -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)]