mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 13:57:20 +00:00
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
|
|
|