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