about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0511.stderr
blob: 45f5b8d238dac4cfd6d6bd0dd156af5118c2675b (plain)
1
2
3
4
5
6
7
8
9
error[E0511]: invalid monomorphization of `simd_add` intrinsic: expected SIMD input type, found non-SIMD `i32`
  --> $DIR/E0511.rs:9:9
   |
LL |         simd_add(0, 1)
   |         ^^^^^^^^^^^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0511`.