summaryrefslogtreecommitdiffstats
path: root/tests/ui/asm/issue-85247.rwpi.stderr
blob: 996b0933a34122bfeca371fc039977b33c29bb9c (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 previous error