diff --git a/components/rustlib/src/lib.rs b/components/rustlib/src/lib.rs index a2f83e6..bfff372 100644 --- a/components/rustlib/src/lib.rs +++ b/components/rustlib/src/lib.rs @@ -1,6 +1,7 @@ #![cfg_attr(not(feature = "std"), no_std)] #![feature(asm)] +#![cfg_attr(target_arch = "xtensa", feature(asm_experimental_arch))] #[cfg(not(feature = "std"))] use core::panic::PanicInfo;