mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
10 lines
350 B
Text
10 lines
350 B
Text
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 1 previous error
|
|
|