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.
This commit is contained in:
Jacob Pratt
2024-12-17 05:37:15 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -5,6 +5,7 @@
use std::intrinsics as rusti;
#[cfg(any(
target_os = "aix",
target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",
+1
View File
@@ -24,6 +24,7 @@ struct Outer {
}
#[cfg(any(
target_os = "aix",
target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",