]> git.lizzy.rs Git - rust.git/blob - src/test/ui/simd/simd-array-trait.stderr
Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitor
[rust.git] / src / test / ui / simd / simd-array-trait.stderr
1 error: constant expression depends on a generic parameter
2   --> $DIR/simd-array-trait.rs:23:23
3    |
4 LL | pub struct T<S: Simd>([S::Lane; S::SIZE]);
5    |                       ^^^^^^^^^^^^^^^^^^
6    |
7    = note: this may fail depending on what value the parameter takes
8
9 error: aborting due to previous error
10