2021-08-12 14:23:34 -05:00
|
|
|
error: cannot use value of type `!` for inline assembly
|
2021-09-06 10:44:19 -05:00
|
|
|
--> $DIR/issue-87802.rs:12:36
|
2021-08-12 14:23:34 -05:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|