]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-2502.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-pass / issue-2502.rs
index cfdd226ef5c28939254a081e4f8479df2e0537da..33cac672b3933b392da9817ef5f44e62aa8bd2c4 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;
+
 struct font<'a> {
     fontbuf: &'a Vec<u8> ,
 }