blob: 8466a53be299e3dccd8a90bca84afc657f80d7cd (
plain)
1
2
3
4
5
6
7
8
|
error: cannot use register `r9`: the RWPI static base register (r9) cannot be used as an operand for inline asm
--> $DIR/issue-85247.rs:23:18
|
LL | asm!("", out("r9") _);
| ^^^^^^^^^^^
error: aborting due to 1 previous error
|