| The argument to the `asm` macro is not well-formed. | |
| Erroneous code example: | |
| ```compile_fail,E0660 | |
| asm!("nop" "nop"); | |
| ``` | |
| Considering that this would be a long explanation, we instead recommend you to | |
| take a look at the unstable book: | |
| https://doc.rust-lang.org/unstable-book/language-features/asm.html |