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(maybe_uninit_ref)]
1 parent cbdfe9c commit 550be96Copy full SHA for 550be96
src/r3_support_rp2040/src/lib.rs
@@ -4,7 +4,6 @@
4
//! [R3]: ::r3
5
//! [Raspberry Pi Pico]: https://pico.raspberrypi.org
6
#![feature(raw_ref_op)]
7
-#![feature(maybe_uninit_ref)]
8
#![feature(asm)]
9
#![feature(const_fn_trait_bound)]
10
#![feature(const_mut_refs)]
0 commit comments