blob: 8d51b62ac090b88f86be550f05a9fa56127f48d4 [file] [log] [blame]
error: cannot use register `r9`: the RWPI static base register (r9) cannot be used as an operand for inline asm
--> $DIR/issue-85247.rs:20:18
|
LL | asm!("", out("r9") _);
| ^^^^^^^^^^^
error: aborting due to 1 previous error