summaryrefslogtreecommitdiffstats
path: root/src/test/ui/asm/issue-99071.stderr
blob: 47386ffa4a8c9584f2866cb253764633b306272f (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 previous error