]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_error_codes/src/error_codes/E0660.md
New upstream version 1.49.0~beta.4+dfsg1
[rustc.git] / compiler / rustc_error_codes / src / error_codes / E0660.md
CommitLineData
ba9703b0 1The argument to the `llvm_asm` macro is not well-formed.
60c5eb7d
XL
2
3Erroneous code example:
4
5```compile_fail,E0660
ba9703b0 6llvm_asm!("nop" "nop");
60c5eb7d
XL
7```
8
74b04a01 9Considering that this would be a long explanation, we instead recommend you
f9f354fc 10take a look at the [`llvm_asm`] chapter of the Unstable book:
74b04a01 11
29967ef6 12[`llvm_asm`]: https://doc.rust-lang.org/stable/unstable-book/library-features/llvm-asm.html