diff options
| author | Ulrik Sverdrup <bluss@users.noreply.github.com> | 2017-04-08 03:43:18 +0200 |
|---|---|---|
| committer | Ulrik Sverdrup <bluss@users.noreply.github.com> | 2017-04-08 03:45:48 +0200 |
| commit | 5d2f270395814564f674141a99ace77ea9a03352 (patch) | |
| tree | 77f924c7b1488d285e000c2dafb298216310f4ea /src/libcore/tests/lib.rs | |
| parent | 53f4bc311b5ff11a16185dd40dc116cf6b8cc162 (diff) | |
slice: Implement .rfind() for slice iterators Iter and IterMut
Just like the forward case find, implement rfind explicitly
Diffstat (limited to 'src/libcore/tests/lib.rs')
| -rw-r--r-- | src/libcore/tests/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs index d92c378160d..528ab3bc845 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -20,6 +20,7 @@ #![feature(fixed_size_array)] #![feature(flt2dec)] #![feature(fmt_internals)] +#![feature(iter_rfind)] #![feature(libc)] #![feature(nonzero)] #![feature(rand)] |
