We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50ff9b commit f0b12f4Copy full SHA for f0b12f4
library/std/src/lib.rs
@@ -229,9 +229,7 @@
229
#![feature(allow_internal_unstable)]
230
#![feature(array_error_internals)]
231
#![feature(assert_matches)]
232
-#![feature(associated_type_bounds)]
233
#![feature(async_iterator)]
234
-#![feature(atomic_mut_ptr)]
235
#![feature(bench_black_box)]
236
#![feature(box_syntax)]
237
#![feature(c_unwind)]
@@ -251,7 +249,6 @@
251
249
#![feature(const_ipv4)]
252
250
#![feature(const_ipv6)]
253
#![feature(const_mut_refs)]
254
-#![feature(const_option)]
255
#![feature(const_socketaddr)]
256
#![feature(const_trait_impl)]
257
#![feature(c_size_t)]
@@ -307,7 +304,6 @@
307
304
#![feature(raw_os_nonzero)]
308
305
#![feature(rustc_attrs)]
309
306
#![feature(saturating_int_impl)]
310
-#![feature(slice_internals)]
311
#![feature(slice_ptr_get)]
312
#![feature(staged_api)]
313
#![feature(std_internals)]
0 commit comments