blob: 762f3d02a41af2d1d59fd17bd887182cb62f4cae (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|