Skip to content

Commit

Permalink
Rollup merge of rust-lang#134398 - mustartt:aix-alignment-test-fix, r…
Browse files Browse the repository at this point in the history
…=compiler-errors

AIX: add alignment info for test

Supply alignment and size info for test cases for AIX.
  • Loading branch information
jhpratt authored Dec 17, 2024
2 parents 70aa10a + 2b7c0a8 commit 05c7711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/intrinsics/intrinsic-alignment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use std::intrinsics as rusti;

#[cfg(any(
target_os = "aix",
target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",
Expand Down
1 change: 1 addition & 0 deletions tests/ui/structs-enums/rec-align-u64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ struct Outer {
}

#[cfg(any(
target_os = "aix",
target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",
Expand Down

0 comments on commit 05c7711

Please sign in to comment.