]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/kindck-freeze.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / compile-fail / kindck-freeze.rs
index bf10a029024234878503b26b13c46f5b2f1affc9..c5977678aba11a20af026a2757d2d7ae25b94c96 100644 (file)
@@ -10,6 +10,8 @@
 
 // Test which of the builtin types are considered freezeable.
 
+use std::vec_ng::Vec;
+
 fn assert_freeze<T:Freeze>() { }
 trait Dummy { }