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 3ee9363 commit edca9faCopy full SHA for edca9fa
src/liballoc/lib.rs
@@ -110,7 +110,7 @@
110
#![feature(rustc_const_unstable)]
111
#![feature(const_vec_new)]
112
#![feature(slice_partition_dedup)]
113
-#![feature(maybe_uninit, maybe_uninit_slice, maybe_uninit_array)]
+#![feature(maybe_uninit_extra, maybe_uninit_slice, maybe_uninit_array)]
114
#![feature(alloc_layout_extra)]
115
#![feature(try_trait)]
116
#![feature(iter_nth_back)]
src/libcore/lib.rs
@@ -125,7 +125,7 @@
125
#![feature(structural_match)]
126
#![feature(abi_unadjusted)]
127
#![feature(adx_target_feature)]
128
+#![feature(maybe_uninit_slice, maybe_uninit_array)]
129
#![feature(external_doc)]
130
131
#[prelude_import]
0 commit comments