summaryrefslogtreecommitdiffstats
path: root/tests/ui/simd/monomorphize-shuffle-index.generic.stderr
blob: c4cfca7be1d5ef694bbbfa6058d343c53dc83477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error: overly complex generic constant
  --> $DIR/monomorphize-shuffle-index.rs:29:45
   |
LL |         return simd_shuffle_generic::<_, _, { &Self::I }>(a, b);
   |                                             ^^--------^^
   |                                               |
   |                                               pointer casts are not allowed in generic constants
   |
   = help: consider moving this anonymous constant into a `const` function

error: aborting due to 1 previous error