Sign in
rust
/
rust
/
499fca9a7def7c05d4e2a73e00e6d64a2bc9cb26
/
.
/
compiler
/
rustc_error_codes
/
src
/
error_codes
/
E0660.md
blob: abf90275915e0344d007bf1283fc8af7e2c195fd [
file
] [
log
] [
blame
] [
view
]
#### Note: this error code is no longer emitted by the compiler.
The
argument to the
`llvm_asm`
macro
is
not
well
-
formed
.
Erroneous
code example
:
```ignore (no longer emitted)
llvm_asm!("nop" "nop");
```