about summary refs log tree commit diff
path: root/src/libcollections/tests/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2017-04-08 15:55:53 -0500
committerMatt Ickstadt <mattico8@gmail.com>2017-04-23 19:19:38 -0500
commit2111aff682ee4ced9dca27defb4643cc78ab8762 (patch)
treed9c2d4b2f4b0c8a85eb181321fd0d1439d3b31e1 /src/libcollections/tests/lib.rs
parent2bd4b5c6db1468235f730bce403bf657123ecc57 (diff)
Add Vec::splice and String::splice
Diffstat (limited to 'src/libcollections/tests/lib.rs')
-rw-r--r--src/libcollections/tests/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcollections/tests/lib.rs b/src/libcollections/tests/lib.rs
index 9c6e31d70a5..eae3bf3915f 100644
--- a/src/libcollections/tests/lib.rs
+++ b/src/libcollections/tests/lib.rs
@@ -20,6 +20,7 @@
 #![feature(pattern)]
 #![feature(placement_in_syntax)]
 #![feature(rand)]
+#![feature(splice)]
 #![feature(step_by)]
 #![feature(str_escape)]
 #![feature(test)]