]> git.proxmox.com Git - rustc.git/blob - src/test/ui/asm/issue-85247.rwpi.stderr
New upstream version 1.61.0+dfsg1
[rustc.git] / src / test / ui / asm / issue-85247.rwpi.stderr
1 error: cannot use register `r9`: the RWPI static base register (r9) cannot be used as an operand for inline asm
2 --> $DIR/issue-85247.rs:23:18
3 |
4 LL | asm!("", out("r9") _);
5 | ^^^^^^^^^^^
6
7 error: aborting due to previous error
8