mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-27 10:17:15 +00:00
Fix simd layout test
This commit is contained in:
parent
bc178ff75e
commit
1afcab1725
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ fn simd_types() {
|
||||||
check_size_and_align(
|
check_size_and_align(
|
||||||
r#"
|
r#"
|
||||||
#[repr(simd)]
|
#[repr(simd)]
|
||||||
struct SimdType(i64, i64);
|
struct SimdType([i64; 2]);
|
||||||
struct Goal(SimdType);
|
struct Goal(SimdType);
|
||||||
"#,
|
"#,
|
||||||
"",
|
"",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue