rust/src/test/ui/E0661.stderr
2018-12-25 21:08:33 -07:00

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`.