rust/src/test/ui/asm/issue-87802.stderr
Adam Gemmell 27213b0254 Disable some tests for platforms without registers.
Update new tests to run on aarch64 platforms.
2021-09-24 17:00:57 +00:00

11 lines
348 B
Plaintext

error: cannot use value of type `!` for inline assembly
--> $DIR/issue-87802.rs:12:36
|
LL | asm!("/* {0} */", out(reg) x);
| ^
|
= note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
error: aborting due to previous error