Fix compile for RV32

master
WangRunji 6 years ago
parent 25e7f8e0a7
commit e283c50866

@ -1,5 +1,6 @@
#![feature(alloc)] #![feature(alloc)]
#![feature(const_fn)] #![feature(const_fn)]
#![cfg_attr(target_arch = "riscv", feature(match_default_bindings))]
#![no_std] #![no_std]
#[cfg(any(test, feature = "std"))] #[cfg(any(test, feature = "std"))]

Loading…
Cancel
Save