]> git.lizzy.rs Git - rust.git/blobdiff - src/test/auxiliary/issue_2723_a.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / auxiliary / issue_2723_a.rs
index 3323e56e8f4a96956bc3e678e4fee2ebb12449ea..57acf3a7a9141df2847f4bc998d067a2597b280b 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;
+
 pub unsafe fn f(xs: Vec<int> ) {
     xs.map(|_x| { unsafe fn q() { fail!(); } });
 }