diff options
Diffstat (limited to 'src/librustc_data_structures/lib.rs')
| -rw-r--r-- | src/librustc_data_structures/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index bb27637912b..8fb0ea0271b 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -22,9 +22,9 @@ #![feature(stmt_expr_attributes)] #![feature(core_intrinsics)] #![feature(integer_atomics)] +#![feature(test)] #![cfg_attr(unix, feature(libc))] -#![cfg_attr(test, feature(test))] #![cfg_attr(not(bootstrap), allow(rustc::default_hash_types))] |
