]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/tests/lib.rs
Rollup merge of #61398 - kennytm:stabilize-copy-within, r=SimonSapin
[rust.git] / src / libcore / tests / lib.rs
index d789c22053a55e1dd990ba8d36a93d11af2b4420..bf072a9243b5107b5e9cea84be5b66baebaedfe7 100644 (file)
@@ -1,3 +1,4 @@
+#![feature(bound_cloned)]
 #![feature(box_syntax)]
 #![feature(cell_update)]
 #![feature(core_private_bignum)]
@@ -10,7 +11,6 @@
 #![feature(fmt_internals)]
 #![feature(hashmap_internals)]
 #![feature(is_sorted)]
-#![feature(iter_nth_back)]
 #![feature(iter_once_with)]
 #![feature(pattern)]
 #![feature(range_is_empty)]
@@ -25,7 +25,6 @@
 #![feature(test)]
 #![feature(trusted_len)]
 #![feature(try_trait)]
-#![feature(reverse_bits)]
 #![feature(inner_deref)]
 #![feature(slice_internals)]
 #![feature(slice_partition_dedup)]