]> git.lizzy.rs Git - rust.git/blobdiff - library/test/src/lib.rs
Dogfood 'str_split_once()` in the std lib
[rust.git] / library / test / src / lib.rs
index 5c12a54eef1208e83fcbc63fae0ab31712d4b568..656d9669e81d28201b3e206054d89d15c5deaf22 100644 (file)
@@ -30,6 +30,7 @@
 #![feature(termination_trait_lib)]
 #![feature(test)]
 #![feature(total_cmp)]
+#![feature(str_split_once)]
 
 // Public reexports
 pub use self::bench::{black_box, Bencher};