summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0076.stderr
blob: 02ce47977c8a2e221a750541555bb07abf1ddf9f (plain)
1
2
3
4
5
6
7
8
error[E0076]: SIMD vector should be homogeneous
  --> $DIR/E0076.rs:14:1
   |
14 | struct Bad(u16, u32, u32);
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ SIMD elements must have the same type

error: aborting due to previous error