Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
ui
/
asm
/
issue-85247.rwpi.stderr
blob: b9b2004df8f736c1b1aa415b8f2eced6504802e5 [
file
]
error
:
cannot
use
register
`r9`
:
the RWPI
static
base
register
(
r9
)
cannot be used
as
an operand
for
inline
asm
-->
$DIR
/
issue
-
85247.rs
:
21
:
18
|
LL
|
asm
!(
""
,
out
(
"r9"
)
_
);
|
^^^^^^^^^^^
error
:
aborting due to
1
previous error