diff options
| author | kennytm <kennytm@gmail.com> | 2018-02-28 19:15:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-28 19:15:32 +0800 |
| commit | ef44e63da65d8c02a95132fba93b6c6a43aade24 (patch) | |
| tree | a32fffeb36bbc3f352da4b763dcccd7b452c6ee5 /src/libcore/tests | |
| parent | 71ce38eb9e9ee34f9e244f7bb57ee51d9a5a6140 (diff) | |
| parent | b1a6c8bdd3a76207eff76b004945bc2a13755eca (diff) | |
| download | rust-ef44e63da65d8c02a95132fba93b6c6a43aade24.tar.gz rust-ef44e63da65d8c02a95132fba93b6c6a43aade24.zip | |
Rollup merge of #48450 - frewsxcv:frewsxcxv-stabilize-slice-rotatee, r=alexcrichton
Stabilize [T]::rotate_{left,right}
https://github.com/rust-lang/rust/issues/41891
Diffstat (limited to 'src/libcore/tests')
| -rw-r--r-- | src/libcore/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs index 7954d52f6b1..0049ed66a10 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -37,7 +37,6 @@ #![feature(refcell_replace_swap)] #![feature(sip_hash_13)] #![feature(slice_patterns)] -#![feature(slice_rotate)] #![feature(sort_internals)] #![feature(specialization)] #![feature(step_trait)] |
