about summary refs log tree commit diff
path: root/src/liballoc/tests
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2018-03-16 16:35:27 +0000
committervarkor <github@varkor.com>2018-03-17 17:25:23 +0000
commitb430cba343743783cee517bf93c7f255827cccc5 (patch)
treefa3bd7c42496bb2b1020d90f9c0e8041e5115299 /src/liballoc/tests
parentf41a26f2040dfa752825a7d1fdfbd5a8ae3310cf (diff)
downloadrust-b430cba343743783cee517bf93c7f255827cccc5.tar.gz
rust-b430cba343743783cee517bf93c7f255827cccc5.zip
Fix use of unstable feature in test
Diffstat (limited to 'src/liballoc/tests')
-rw-r--r--src/liballoc/tests/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs
index 285cba0270c..27f3028a513 100644
--- a/src/liballoc/tests/lib.rs
+++ b/src/liballoc/tests/lib.rs
@@ -23,6 +23,7 @@
 #![feature(pattern)]
 #![feature(placement_in_syntax)]
 #![feature(rand)]
+#![feature(slice_sort_by_cached_key)]
 #![feature(splice)]
 #![feature(str_escape)]
 #![feature(string_retain)]