summaryrefslogtreecommitdiffstats
path: root/tests/ui/asm/issue-99071.stderr
blob: 1703d2977a7230793ce9586fc3ff33470f116a57 (plain)
1
2
3
4
5
6
7
8
error: cannot use register `r8`: high registers (r8+) can only be used as clobbers in Thumb-1 code
  --> $DIR/issue-99071.rs:18:18
   |
LL |         asm!("", in("r8") 0);
   |                  ^^^^^^^^^^

error: aborting due to 1 previous error