]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-6153.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-pass / issue-6153.rs
index 079c2d9a1c4f6f5b229e7ac66b95d2abc8d0d5f7..ce87b0adde5f40d7d2c0c2a081f2bff19c33ec1e 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 swap(f: |Vec<int> | -> Vec<int> ) -> Vec<int> {
     let x = vec!(1, 2, 3);
     f(x)