The argument to the llvm_asm macro is not well-formed.
llvm_asm
Erroneous code example:
llvm_asm!("nop" "nop");
Back to list of error codes