We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3a30c commit 9e295d1Copy full SHA for 9e295d1
tests/run-pass-fullmir/vecdeque.rs
@@ -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
+
4
use std::collections::VecDeque;
5
6
fn main() {
0 commit comments