2023-09-18 09:37:19 -05:00
|
|
|
error: overly complex generic constant
|
|
|
|
--> $DIR/monomorphize-shuffle-index.rs:29:45
|
|
|
|
|
|
2024-09-12 04:33:13 -05:00
|
|
|
LL | return simd_shuffle_generic::<_, _, { &Self::I.0 }>(a, b);
|
|
|
|
| ^^----------^^
|
2023-09-18 09:37:19 -05:00
|
|
|
| |
|
|
|
|
| pointer casts are not allowed in generic constants
|
|
|
|
|
|
|
|
|
= help: consider moving this anonymous constant into a `const` function
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-09-18 09:37:19 -05:00
|
|
|
|