]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/vector-no-ann.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / compile-fail / vector-no-ann.rs
index be226b2e16e55bd279bb1c7fb82864e673465204..985a094d5a8c2fbc03c2a307ca713b84aebf06f3 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 main() {
     let _foo = Vec::new(); //~ ERROR unconstrained type
 }