rust/tests/ui/asm/issue-99071.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
246 B
Plaintext
Raw Normal View History

2022-07-11 13:47:22 +00:00
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
2022-07-11 13:47:22 +00:00