]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/miri/tests/fail/invalid_bool.rs
Rollup merge of #99194 - simlay:simlay/update-rust-gdbgui-gdb-args-to-gdb-cmd, r...
[rust.git] / src / tools / miri / tests / fail / invalid_bool.rs
index 525f8831c1c0073ac8131877db1d2ad1601ff311..dde414f417740c9d244563469caff44a7c36f8cf 100644 (file)
@@ -1,7 +1,7 @@
 // Validation makes this fail in the wrong place
 // Make sure we find these even with many checks disabled.
 //@compile-flags: -Zmiri-disable-alignment-check -Zmiri-disable-stacked-borrows -Zmiri-disable-validation
-#![feature(bench_black_box)]
+
 
 fn main() {
     let b = unsafe { std::mem::transmute::<u8, bool>(2) };