blob: 58f7e7fa0f919222fdae9ffb3ef9072843e19dbb [file] [log] [blame]
error[E0661]: output operand constraint lacks '=' or '+'
--> $DIR/E0661.rs:7:18
|
LL | asm!("nop" : "r"(a));
| ^^^
error: aborting due to previous error