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.
Rc
1 parent bd0826a commit 093008aCopy full SHA for 093008a
library/alloc/src/lib.rs
@@ -104,10 +104,12 @@
104
#![feature(async_closure)]
105
#![feature(async_fn_traits)]
106
#![feature(async_iterator)]
107
+#![feature(box_as_ptr)]
108
#![feature(box_uninit_write)]
109
#![feature(clone_to_uninit)]
110
#![feature(coerce_unsized)]
111
#![feature(const_align_of_val)]
112
+#![feature(const_alloc_layout)]
113
#![feature(const_box)]
114
#![feature(const_eval_select)]
115
#![feature(const_heap)]
0 commit comments