]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/binary-heap-panic-safe.rs
Imported Upstream version 1.2.0+dfsg1
[rustc.git] / src / test / run-pass / binary-heap-panic-safe.rs
index 4888a8b84fc42a55eccea9d032d82604d1994fc3..61a7fab130928493054a016d8c3414206ed8fa14 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(std_misc, collections, catch_panic, rand)]
+#![feature(std_misc, collections, catch_panic, rand, sync_poison)]
 
 use std::__rand::{thread_rng, Rng};
 use std::thread;