diff options
| author | varkor <github@varkor.com> | 2018-03-16 16:35:27 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-03-17 17:25:23 +0000 |
| commit | b430cba343743783cee517bf93c7f255827cccc5 (patch) | |
| tree | fa3bd7c42496bb2b1020d90f9c0e8041e5115299 /src/liballoc/tests | |
| parent | f41a26f2040dfa752825a7d1fdfbd5a8ae3310cf (diff) | |
| download | rust-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.rs | 1 |
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)] |
