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.
#![feature(const_maybe_uninit_as_ptr)]
1 parent 3248a53 commit 5b5b131Copy full SHA for 5b5b131
src/r3_port_arm/src/lib.rs
@@ -2,7 +2,6 @@
2
#![feature(const_ptr_offset)]
3
#![feature(const_mut_refs)]
4
#![feature(const_fn_fn_ptr_basics)]
5
-#![feature(const_maybe_uninit_as_ptr)]
6
#![feature(const_ptr_offset_from)]
7
#![feature(const_raw_ptr_deref)]
8
#![feature(const_refs_to_cell)]
src/r3_port_arm_m/src/lib.rs
@@ -4,7 +4,6 @@
#![feature(asm)]
#![feature(decl_macro)]
#![feature(generic_const_exprs)]
9
10
0 commit comments