We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c5eb95 + d163f1f commit 634d5dcCopy full SHA for 634d5dc
src/libcollections/lib.rs
@@ -30,7 +30,7 @@
30
#![feature(unboxed_closures)]
31
#![feature(unicode)]
32
#![feature(unsafe_destructor, slicing_syntax)]
33
-#![cfg_attr(test, feature(test))]
+#![cfg_attr(test, feature(rand, rustc_private, test))]
34
#![cfg_attr(test, allow(deprecated))] // rand
35
36
#![feature(no_std)]
0 commit comments