Skip to content

Commit bcd5063

Browse files
committed
disable a new failing test
1 parent 907d2c7 commit bcd5063

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/compile-fail-fullmir/undefined_byte_read.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME: Probably failing due to https://github.com/solson/miri/issues/296
2+
// compile-flags: -Zmir-emit-validate=0
3+
14
fn main() {
25
let v: Vec<u8> = Vec::with_capacity(10);
36
let undef = unsafe { *v.get_unchecked(5) };

0 commit comments

Comments
 (0)