Enable asm_experimental_arch when compiling for xtensa
This commit is contained in:
parent
6b4de41f61
commit
a772540d92
|
|
@ -1,6 +1,7 @@
|
||||||
#![cfg_attr(not(feature = "std"), no_std)]
|
#![cfg_attr(not(feature = "std"), no_std)]
|
||||||
|
|
||||||
#![feature(asm)]
|
#![feature(asm)]
|
||||||
|
#![cfg_attr(target_arch = "xtensa", feature(asm_experimental_arch))]
|
||||||
|
|
||||||
#[cfg(not(feature = "std"))]
|
#[cfg(not(feature = "std"))]
|
||||||
use core::panic::PanicInfo;
|
use core::panic::PanicInfo;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue