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 5a0baa5 commit 1143daaCopy full SHA for 1143daa
src/liballoc/lib.rs
@@ -119,7 +119,7 @@
119
#![feature(unicode_internals)]
120
#![feature(unsize)]
121
#![cfg_attr(not(bootstrap), feature(unsized_fn_params))]
122
-#![feature(unsized_locals)]
+#![cfg_attr(bootstrap, feature(unsized_locals))]
123
#![feature(allocator_internals)]
124
#![feature(slice_partition_dedup)]
125
#![feature(maybe_uninit_extra, maybe_uninit_slice)]
0 commit comments