about summary refs log tree commit diff
path: root/src/libcore/tests/lib.rs
diff options
context:
space:
mode:
authorUlrik Sverdrup <bluss@users.noreply.github.com>2017-04-08 03:43:18 +0200
committerUlrik Sverdrup <bluss@users.noreply.github.com>2017-04-08 03:45:48 +0200
commit5d2f270395814564f674141a99ace77ea9a03352 (patch)
tree77f924c7b1488d285e000c2dafb298216310f4ea /src/libcore/tests/lib.rs
parent53f4bc311b5ff11a16185dd40dc116cf6b8cc162 (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.rs1
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)]