The argument to the llvm_asm macro is not well-formed.

Erroneous code example:

llvm_asm!("nop" "nop");

Considering that this would be a long explanation, we instead recommend you take a look at the [llvm_asm] chapter of the Unstable book: