Skip to content

Commit 12d6c2d

Browse files
authored
Unrolled build for rust-lang#134398
Rollup merge of rust-lang#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 604d669 + 2b7c0a8 commit 12d6c2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ui/intrinsics/intrinsic-alignment.rs

Lines changed: 1 addition & 0 deletions
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",

tests/ui/structs-enums/rec-align-u64.rs

Lines changed: 1 addition & 0 deletions
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)