]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/non-copyable-void.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / compile-fail / non-copyable-void.rs
index bd9547d5e1c4af74d1e38e4bffe1ec8c1b52c496..2b3722196c11946c9ac4e730fcafc244d723ef9c 100644 (file)
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 use std::libc;
+use std::vec_ng::Vec;
 
 fn main() {
     let x : *Vec<int> = &vec!(1,2,3);