]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/kindck-pod.rs
test: Make manual changes to deal with the fallout from removal of
[rust.git] / src / test / compile-fail / kindck-pod.rs
index 94902d4e68ea5a50d155453989f933282c2cef44..bc4ee14d89eb5c3a2ea8be8dbb7bf448c4cf48eb 100644 (file)
@@ -13,6 +13,7 @@
 #[feature(managed_boxes)];
 
 use std::rc::Rc;
+use std::vec_ng::Vec;
 
 fn assert_pod<T:Pod>() { }
 trait Dummy { }