]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-3389.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / run-pass / issue-3389.rs
index 96ecc81edccc63f39d3ca4521094df258556b3c9..fb4d7cedd4b0bb8e8b4c3de8bb652315f33705aa 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 trie_node {
     content: Vec<~str> ,
     children: Vec<trie_node> ,