]> git.proxmox.com Git - rustc.git/blame - src/librustc_error_codes/error_codes/E0660.md
New upstream version 1.47.0+dfsg1
[rustc.git] / src / librustc_error_codes / 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
f9f354fc 12[llvm_asm]: https://doc.rust-lang.org/stable/unstable-book/library-features/llvm-asm.html