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.
ConstAllocator
1 parent 965dfa4 commit f2bd8e1Copy full SHA for f2bd8e1
src/r3_core/src/lib.rs
@@ -11,13 +11,17 @@
11
#![feature(const_raw_ptr_comparison)]
12
#![feature(const_ptr_offset_from)]
13
#![feature(maybe_uninit_slice)]
14
+#![feature(const_eval_select)]
15
#![feature(const_mut_refs)]
16
#![feature(const_slice_from_raw_parts)]
17
#![feature(const_option)]
18
#![feature(const_option_ext)]
19
#![feature(const_trait_impl)]
20
#![feature(const_refs_to_cell)]
21
#![feature(const_ptr_as_ref)]
22
+#![feature(const_ptr_write)]
23
+#![feature(core_intrinsics)]
24
+#![feature(const_heap)]
25
#![feature(exhaustive_patterns)] // `let Ok(()) = Ok::<(), !>(())`
26
#![feature(decl_macro)]
27
#![feature(set_ptr_value)] // `<*const T>::set_ptr_value`
0 commit comments