Closed
Description
error log:
error: cannot find macro `asm` in this scope
--> library/stdarch/crates/std_detect/src/detect/os/aarch64.rs:37:13
|
37 | asm!(
| ^^^
|
= note: consider importing this macro:
core::arch::asm
error: cannot find macro `asm` in this scope
--> library/stdarch/crates/std_detect/src/detect/os/aarch64.rs:52:13
|
52 | asm!(
| ^^^
|
= note: consider importing this macro:
core::arch::asm
error: cannot find macro `asm` in this scope
--> library/stdarch/crates/std_detect/src/detect/os/aarch64.rs:83:13
|
83 | asm!(
| ^^^
|
= note: consider importing this macro:
core::arch::asm