X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibcore%2Ftests%2Flib.rs;h=5050842e409711488fd92462356593674494c40e;hb=760a98fb5e1c964efbe5cb36710fff892b547c51;hp=c617596aba80159af2ecb5f3c4967bc099897f8f;hpb=fe3dd0b50fef21d14591c960a9610bafb224cdbf;p=rust.git diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs index c617596aba8..5050842e409 100644 --- a/src/libcore/tests/lib.rs +++ b/src/libcore/tests/lib.rs @@ -10,7 +10,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 +24,6 @@ #![feature(test)] #![feature(trusted_len)] #![feature(try_trait)] -#![feature(reverse_bits)] #![feature(inner_deref)] #![feature(slice_internals)] #![feature(slice_partition_dedup)]