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