X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibcore%2Flib.rs;h=f4874c772135e0c0d73c72754efbfee6245da6ca;hb=43079147f4fcc5c0a9019fb39acdc8aa3c384f65;hp=41fb4a77c7ae848bf4a3f719ec4217eb036b291d;hpb=85241b5aa6bd08b90f6ce88afdb9d0b3a1e2bdf7;p=rust.git diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index 41fb4a77c7a..f4874c77213 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -90,7 +90,6 @@ #![feature(custom_inner_attributes)] #![feature(decl_macro)] #![feature(doc_cfg)] -#![feature(doc_spotlight)] #![feature(extern_types)] #![feature(fundamental)] #![feature(intrinsics)] @@ -131,7 +130,6 @@ #![feature(rtm_target_feature)] #![feature(f16c_target_feature)] #![feature(hexagon_target_feature)] -#![feature(const_int_conversion)] #![feature(const_transmute)] #![feature(structural_match)] #![feature(abi_unadjusted)]