rust/src/test/ui/error-codes/E0444.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

10 lines
387 B
Plaintext

error[E0444]: platform-specific intrinsic has invalid number of arguments: found 3, expected 1
--> $DIR/E0444.rs:18:5
|
LL | fn x86_mm_movemask_pd(x: f64x2, y: f64x2, z: f64x2) -> i32; //~ ERROR E0444
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0444`.