rust/src/test/ui/E0661.stderr
2018-04-14 18:04:16 +02:00

10 lines
253 B
Plaintext

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