]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/miri_unleashed/box.rs
miri-unleash tests: ensure they fire even with 'allow(const_err)'
[rust.git] / src / test / ui / consts / miri_unleashed / box.rs
index 049727684d0eb96f7fbaf0d3882e9a7e82370da5..1b18470eded42c4d315a9ff8fd2a6d29f653e954 100644 (file)
@@ -1,6 +1,6 @@
 // compile-flags: -Zunleash-the-miri-inside-of-you
 #![feature(const_mut_refs, box_syntax)]
-#![deny(const_err)]
+#![allow(const_err)]
 
 use std::mem::ManuallyDrop;