Skip to content
/ rust Public
forked from rust-lang/rust

Commit 3e93f2b

Browse files
authored
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 40ce4e0 + 2b7c0a8 commit 3e93f2b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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",

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)