mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
11 lines
348 B
Plaintext
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
|
|
|