Add compile-fail test for E0444
This commit is contained in:
parent
4ad7cbaa51
commit
bc024d261e
2 changed files with 25 additions and 1 deletions
|
|
@ -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!
|
||||
}
|
||||
```
|
||||
"##,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue