Closed
Description
global_asm! proc macro throws there error that it is an unresolved-macro-call
Error: "unresolved macro self::global_asm!
rust-analyzer(unresolved-macro-call)"
this does compile output of cargo check:
cargo check
Finished dev [unoptimized + debuginfo] target(s) in 0.04s
Also not sure if it is relevant but I also have #![no_std]