]> git.proxmox.com Git - rustc.git/blob - src/test/ui/llvm-asm/issue-51431.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / llvm-asm / issue-51431.stderr
1 error[E0669]: invalid value for constraint in inline assembly
2 --> $DIR/issue-51431.rs:9: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`.