VecDeque got fixed

This commit is contained in:
Ralf Jung 2018-12-13 22:05:46 +01:00
parent 8bd1f78563
commit b0581caeef

View file

@ -1,6 +1,3 @@
// FIXME: Validation disabled until https://github.com/rust-lang/rust/pull/56161 lands
// compile-flags: -Zmiri-disable-validation
use std::collections::VecDeque;
fn main() {