Files
rust/tests/ui/simd/monomorphize-too-long.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
234 B
Plaintext
Raw Normal View History

error: the SIMD type `Simd<u16, 54321>` has more elements than the limit 32768
--> $DIR/monomorphize-too-long.rs:9:9
|
LL | let _too_big = Simd([1_u16; 54321]);
| ^^^^^^^^
2024-08-22 01:28:20 -07:00
error: aborting due to 1 previous error