Add compile-fail test for E0444

This commit is contained in:
Guillaume Gomez 2015-08-30 09:53:32 +02:00
parent 4ad7cbaa51
commit bc024d261e
2 changed files with 25 additions and 1 deletions

View file

@ -3042,7 +3042,7 @@ with yours. Example:
struct f64x2(f64, f64);
extern "platform-intrinsic" {
fn x86_mm_movemask_pd(x: f64x2, y: f64x2) -> i32; // ok!
fn x86_mm_movemask_pd(x: f64x2) -> i32; // ok!
}
```
"##,