We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 463d668 + 6aca205 commit 6bb7260Copy full SHA for 6bb7260
src/test/run-pass/intrinsic-alignment.rs
@@ -33,6 +33,7 @@ mod m {
33
34
#[main]
35
#[cfg(target_arch = "x86_64")]
36
+ #[cfg(target_arch = "arm")]
37
pub fn main() {
38
unsafe {
39
assert_eq!(::rusti::pref_align_of::<u64>(), 8u);
src/test/run-pass/rec-align-u64.rs
@@ -48,6 +48,7 @@ mod m {
48
}
49
50
51
52
pub mod m {
53
pub fn align() -> uint { 8u }
54
pub fn size() -> uint { 16u }
0 commit comments