blob: b4b39a2a44ec3c92c0d806d0f8e03d0018fa2d8e [file] [log] [blame]
error[E0669]: invalid value for constraint in inline assembly
--> $DIR/issue-51431.rs:8:37
|
LL | llvm_asm! {"mov $0,$1"::"0"("bx"),"1"(0x00)}
| ^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0669`.