use the new Box methods in the interpreter

This commit is contained in:
Ralf Jung 2024-08-14 14:32:17 +02:00
parent 6eaf531432
commit 58dcd1c2e6
2 changed files with 3 additions and 4 deletions

View file

@ -34,6 +34,7 @@
#![feature(allocator_api)]
#![feature(array_windows)]
#![feature(assert_matches)]
#![feature(box_as_ptr)]
#![feature(box_patterns)]
#![feature(closure_track_caller)]
#![feature(const_option)]