rust/src/test/ui/asm/issue-87802.stderr

11 lines
347 B
Plaintext
Raw Normal View History

error: cannot use value of type `!` for inline assembly
--> $DIR/issue-87802.rs:9: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