]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/issue-85247.rwpi.stderr
Rollup merge of #99787 - aDotInTheVoid:rdj-dyn, r=camelid,notriddle,GuillaumeGomez
[rust.git] / src / test / ui / asm / issue-85247.rwpi.stderr
1 error: cannot use register `r9`: the RWPI static base register (r9) cannot be used as an operand for inline asm
2   --> $DIR/issue-85247.rs:23:18
3    |
4 LL |         asm!("", out("r9") _);
5    |                  ^^^^^^^^^^^
6
7 error: aborting due to previous error
8