]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/access-mode-in-closures.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / compile-fail / access-mode-in-closures.rs
index e1696f0e63ed7607a52fca0aa55f590009b1ba14..8dbf292277be9cda5eb46a2eae8579f56c848449 100644 (file)
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+use std::vec_ng::Vec;
 
 struct sty(Vec<int> );