]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/borrowck-init-op-equal.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / compile-fail / borrowck-init-op-equal.rs
index cbe805551c2007011d5c4eff9d379b549562cb78..8d4cb6714bcb06d742ce2674a0f577a53248cbc4 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+use std::vec_ng::Vec;
+
 fn test() {
     let v: int;
     v += 1; //~ ERROR use of possibly uninitialized variable: `v`