blob: 387a603f90e3aefd6bddb87d4823a2f69c30d8d0 [file] [log] [blame]
error[E0661]: output operand constraint lacks '=' or '+'
--> $DIR/asm-out-no-modifier.rs:22:29
|
LL | asm!("mov $1, $0" : "r"(x) : "r"(5));
| ^^^
error: aborting due to previous error