]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-17170.stderr
b35c3c4dc980d7ffcb076322f5b7b39f84b7f14b
[rust.git] / src / test / ui / issues / issue-17170.stderr
1 error[E0075]: SIMD vector length must be a power of two
2   --> $DIR/issue-17170.rs:4:1
3    |
4 LL | struct T(f64, f64, f64);
5    | ^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: monomorphising SIMD type `T` of non-power-of-two length
8
9 error: aborting due to 2 previous errors
10
11 For more information about this error, try `rustc --explain E0075`.