about summary refs log tree commit diff
path: root/src/liballoc/benches/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/liballoc/benches/lib.rs')
-rw-r--r--src/liballoc/benches/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/benches/lib.rs b/src/liballoc/benches/lib.rs
index 2de0ffb4b26..9cb5f558574 100644
--- a/src/liballoc/benches/lib.rs
+++ b/src/liballoc/benches/lib.rs
@@ -13,6 +13,7 @@
 #![feature(i128_type)]
 #![feature(rand)]
 #![feature(repr_simd)]
+#![feature(slice_sort_by_cached_key)]
 #![feature(test)]
 
 extern crate rand;