blob: 1f2b272792435ce78dea3d461767dfc31d829598 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0661]: output operand constraint lacks '=' or '+'
--> $DIR/llvm-asm-out-no-modifier.rs:22:34
|
LL | llvm_asm!("mov $1, $0" : "r"(x) : "r"(5));
| ^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0661`.
|