diff options
Diffstat (limited to 'library/core/benches/lib.rs')
-rw-r--r-- | library/core/benches/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/benches/lib.rs b/library/core/benches/lib.rs index 74ef0949b..fdefc9a71 100644 --- a/library/core/benches/lib.rs +++ b/library/core/benches/lib.rs @@ -5,6 +5,7 @@ #![feature(trusted_random_access)] #![feature(iter_array_chunks)] #![feature(iter_next_chunk)] +#![feature(iter_advance_by)] extern crate test; |