about summary refs log tree commit diff
path: root/src/test/ui/simd/simd-array-trait.stderr
blob: c100e020c5490a28882efa97cee66eb4d130edff (plain)
1
2
3
4
5
6
7
8
9
10
error: constant expression depends on a generic parameter
  --> $DIR/simd-array-trait.rs:23:23
   |
LL | pub struct T<S: Simd>([S::Lane; S::SIZE]);
   |                       ^^^^^^^^^^^^^^^^^^
   |
   = note: this may fail depending on what value the parameter takes

error: aborting due to previous error