mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
f5c6c9542e
Unify zero-length and oversized SIMD errors
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
error: the SIMD type `Simd<f64, 0>` has zero elements
|
|
--> $DIR/monomorphize-zero-length.rs:9:9
|
|
|
|
|
LL | let _empty = Simd([1.0; 0]);
|
|
| ^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|