]> git.lizzy.rs Git - rust.git/blob - src/test/ui/simd/issue-39720.stderr
Move SIMD tests
[rust.git] / src / test / ui / simd / issue-39720.stderr
1 error[E0075]: SIMD vector length must be a power of two
2   --> $DIR/issue-39720.rs:7:1
3    |
4 LL | pub struct Char3(pub i8, pub i8, pub i8);
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error[E0075]: SIMD vector length must be a power of two
8   --> $DIR/issue-39720.rs:12:1
9    |
10 LL | pub struct Short3(pub i16, pub i16, pub i16);
11    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0075`.