rust/src/test/ui/E0661.stderr

10 lines
252 B
Plaintext
Raw Normal View History

2018-03-26 15:04:27 -05:00
error[E0661]: output operand constraint lacks '=' or '+'
2018-12-25 09:56:47 -06:00
--> $DIR/E0661.rs:5:18
2018-03-26 15:04:27 -05:00
|
LL | asm!("nop" : "r"(a));
| ^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0661`.