]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/infer-fn-tail-expr.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-pass / infer-fn-tail-expr.rs
index 6642d1a5a8e52b43eaf92fd40f1fde30a27c34b6..a3d1be5b4f12fcd76ea484ac9476dad6a5201ff0 100644 (file)
@@ -10,6 +10,8 @@
 
 // issue #680
 
+use std::vec_ng::Vec;
+
 fn f() -> Vec<int> { Vec::new() }
 
 pub fn main() { }