]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/asm-out-no-modifier.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / asm / asm-out-no-modifier.stderr
1 error[E0661]: output operand constraint lacks '=' or '+'
2   --> $DIR/asm-out-no-modifier.rs:22:29
3    |
4 LL |         asm!("mov $1, $0" : "r"(x) : "r"(5)); //~ ERROR output operand constraint lacks '='
5    |                             ^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0661`.