rust/src/test/ui/E0661.stderr

10 lines
253 B
Plaintext
Raw Normal View History

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