]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/asm-out-no-modifier.stderr
Auto merge of #71230 - Dylan-DPC:rollup-rofigbv, r=Dylan-DPC
[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:34
3    |
4 LL |         llvm_asm!("mov $1, $0" : "r"(x) : "r"(5));
5    |                                  ^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0661`.