]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/issue-51431.stderr
Auto merge of #71230 - Dylan-DPC:rollup-rofigbv, r=Dylan-DPC
[rust.git] / src / test / ui / asm / issue-51431.stderr
1 error[E0669]: invalid value for constraint in inline assembly
2   --> $DIR/issue-51431.rs:8:37
3    |
4 LL |         llvm_asm! {"mov $0,$1"::"0"("bx"),"1"(0x00)}
5    |                                     ^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0669`.