]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/import4.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / compile-fail / import4.rs
index feb94708520c2d989b1fe3c17309e8ac83ddb902..8920349a27a9630f4cd95eb0e3a392926738b460 100644 (file)
@@ -10,6 +10,8 @@
 
 // error-pattern: import
 
+use std::vec_ng::Vec;
+
 mod a { pub use b::foo; }
 mod b { pub use a::foo; }