]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-5708.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-pass / issue-5708.rs
index 0a79b1335c80c866958ba0dce9e42af329e47350..56461b647d87a2597694a5cec7ffb7989768b940 100644 (file)
@@ -18,6 +18,8 @@ struct with that reference results in an ICE.
 to traits.
 */
 
+use std::vec_ng::Vec;
+
 // original
 trait Inner {
     fn print(&self);