We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d402e commit 9decf63Copy full SHA for 9decf63
library/core/src/lib.rs
@@ -111,7 +111,6 @@
111
// Language features:
112
#![feature(abi_unadjusted)]
113
#![feature(allow_internal_unstable)]
114
-#![feature(arbitrary_self_types)]
115
#![feature(asm)]
116
#![feature(associated_type_bounds)]
117
#![feature(auto_traits)]
@@ -127,7 +126,6 @@
127
126
#![feature(const_precise_live_drops)]
128
#![feature(const_raw_ptr_deref)]
129
#![feature(const_refs_to_cell)]
130
-#![feature(custom_inner_attributes)]
131
#![feature(decl_macro)]
132
#![feature(doc_cfg)]
133
#![feature(doc_notable_trait)]
@@ -142,7 +140,6 @@
142
140
#![feature(min_specialization)]
143
141
#![feature(negative_impls)]
144
#![feature(never_type)]
145
-#![feature(nll)]
146
#![feature(no_core)]
147
#![feature(no_coverage)] // rust-lang/rust#84605
148
#![feature(no_niche)] // rust-lang/rust#68303
0 commit comments