Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
simd
/
monomorphize-zero-length.stderr
blob: 66f26d95c9d9769b0576af1077d8fd9cf3cda38f [
file
] [
log
] [
blame
]
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