mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 12:39:53 +00:00
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
error: cannot use register `r8`: high registers (r8+) can only be used as clobbers in Thumb-1 code
|
|
--> $DIR/issue-99071.rs:15:18
|
|
|
|
|
LL | asm!("", in("r8") 0);
|
|
| ^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|