You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected to see this happen: Error as there are two arguments named a.
Instead, this happened: Compiles fine.
I found this issue while working on parsing the core_arch and generating code from it. It has the following declaration: fn vcvtss2sd(a: f64x2, a: f32x4, src: f64x2, mask: u8, sae: i32) -> f64x2;.
Meta
Happens with both 1.78 stable and 1.80.0-nightly (2024-05-31 ada5e2c).
The text was updated successfully, but these errors were encountered:
I tried this code:
I expected to see this happen: Error as there are two arguments named
a
.Instead, this happened: Compiles fine.
I found this issue while working on parsing the core_arch and generating code from it. It has the following declaration:
fn vcvtss2sd(a: f64x2, a: f32x4, src: f64x2, mask: u8, sae: i32) -> f64x2;
.Meta
Happens with both 1.78 stable and 1.80.0-nightly (2024-05-31 ada5e2c).
The text was updated successfully, but these errors were encountered: