From d163f1f97bf6116e3fc68c528427b0cb2130db06 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sat, 7 Feb 2015 17:09:07 -0500 Subject: [PATCH] add missing features to libcollections tests --- src/libcollections/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs index 57c799785e8..f2ec1eafcf2 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -30,7 +30,7 @@ #![feature(unboxed_closures)] #![feature(unicode)] #![feature(unsafe_destructor, slicing_syntax)] -#![cfg_attr(test, feature(test))] +#![cfg_attr(test, feature(rand, rustc_private, test))] #![cfg_attr(test, allow(deprecated))] // rand #![no_std]