]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/shadow.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-pass / shadow.rs
index e4b96856560f575439fa423153f10681a3688c82..02ea8f61938818e551d43bfda745883b19895893 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 foo(c: Vec<int> ) {
     let a: int = 5;
     let mut b: Vec<int> = Vec::new();