Skip to content

Commit 97b8832

Browse files
committed
Rc: store the pointer to the value, rather than to the allocation
1 parent 3bc6916 commit 97b8832

File tree

8 files changed

+1062
-650
lines changed

8 files changed

+1062
-650
lines changed

library/alloc/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,12 @@
104104
#![feature(async_closure)]
105105
#![feature(async_fn_traits)]
106106
#![feature(async_iterator)]
107+
#![feature(box_as_ptr)]
107108
#![feature(box_uninit_write)]
108109
#![feature(clone_to_uninit)]
109110
#![feature(coerce_unsized)]
110111
#![feature(const_align_of_val)]
112+
#![feature(const_alloc_layout)]
111113
#![feature(const_box)]
112114
#![feature(const_eval_select)]
113115
#![feature(const_heap)]

0 commit comments

Comments
 (0)