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