10 lines
252 B
Plaintext
10 lines
252 B
Plaintext
error[E0661]: output operand constraint lacks '=' or '+'
|
|
--> $DIR/E0661.rs:5:18
|
|
|
|
|
LL | asm!("nop" : "r"(a));
|
|
| ^^^
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0661`.
|