]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/mutable-vec-drop.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-pass / mutable-vec-drop.rs
index 9a83907c66f34bbc38827e587cba4c4ce3ba21c6..1f4196ef06f847b9c06bcf312ccfbcac72a2740d 100644 (file)
@@ -11,6 +11,8 @@
 #[feature(managed_boxes)];
 #[allow(unused_mut)];
 
+use std::vec_ng::Vec;
+
 struct Pair { a: int, b: int}
 
 pub fn main() {