frida-rust icon indicating copy to clipboard operation
frida-rust copied to clipboard

fix: "use of undeclared crate or module alloc" error on aarch64 when std feature is enabled

Open 0x5457 opened this issue 8 months ago • 0 comments

Added #[cfg(not(feature = "std"))] attribute to conditionally import alloc::vec::Vec

ensures that Vec is only imported when the 'std' feature is not enabled

0x5457 avatar Apr 03 '25 10:04 0x5457