diff options
Diffstat (limited to 'library/core/tests/lib.rs')
| -rw-r--r-- | library/core/tests/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/tests/lib.rs b/library/core/tests/lib.rs index bc737cd1927..98f5982fbb2 100644 --- a/library/core/tests/lib.rs +++ b/library/core/tests/lib.rs @@ -75,6 +75,7 @@ #![feature(const_option)] #![feature(integer_atomics)] #![feature(slice_group_by)] +#![feature(trusted_random_access)] #![deny(unsafe_op_in_unsafe_fn)] extern crate test; |
