Skip to content

Commit 9e295d1

Browse files
committed
disable VecDeque test until the fix lands in rustc
1 parent 1e3a30c commit 9e295d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/run-pass-fullmir/vecdeque.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME: Validation disabled until https://github.com/rust-lang/rust/pull/56161 lands
2+
// compile-flags: -Zmiri-disable-validation
3+
14
use std::collections::VecDeque;
25

36
fn main() {

0 commit comments

Comments
 (0)