We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#![feature(const_intrinsic_copy)]
1 parent b4a7dcb commit e975c1cCopy full SHA for e975c1c
src/r3_core/src/lib.rs
@@ -19,7 +19,6 @@
19
#![feature(const_cell_into_inner)]
20
#![feature(const_ptr_offset_from)]
21
#![feature(type_alias_impl_trait)]
22
-#![feature(const_intrinsic_copy)]
23
#![feature(const_slice_ptr_len)]
24
#![feature(exhaustive_patterns)] // `let Ok(()) = Ok::<(), !>(())`
25
#![feature(generic_const_exprs)]
src/r3_kernel/src/lib.rs
@@ -7,7 +7,6 @@
7
#![feature(const_precise_live_drops)]
8
#![feature(const_raw_ptr_comparison)]
9
#![feature(cfg_target_has_atomic)] // `#[cfg(target_has_atomic_load_store)]`
10
11
12
13
#![feature(const_refs_to_cell)]
0 commit comments