Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 05c7711

Browse files
authoredDec 17, 2024
Rollup merge of #134398 - mustartt:aix-alignment-test-fix, r=compiler-errors
AIX: add alignment info for test Supply alignment and size info for test cases for AIX.
2 parents 70aa10a + 2b7c0a8 commit 05c7711

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

Diff for: ‎tests/ui/intrinsics/intrinsic-alignment.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use std::intrinsics as rusti;
66

77
#[cfg(any(
8+
target_os = "aix",
89
target_os = "android",
910
target_os = "dragonfly",
1011
target_os = "freebsd",

Diff for: ‎tests/ui/structs-enums/rec-align-u64.rs

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ struct Outer {
2424
}
2525

2626
#[cfg(any(
27+
target_os = "aix",
2728
target_os = "android",
2829
target_os = "dragonfly",
2930
target_os = "freebsd",

0 commit comments

Comments
 (0)
Please sign in to comment.