blob: 4e9d7b884b3b777182e84ebd543dd7328bd51bc8 [file] [log] [blame]
error[E0661]: output operand constraint lacks '=' or '+'
--> $DIR/asm-out-no-modifier.rs:32:29
|
LL | asm!("mov $1, $0" : "r"(x) : "r"(5)); //~ ERROR output operand constraint lacks '='
| ^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0661`.