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 68e06ad + 6a61e0a commit 7adf246Copy full SHA for 7adf246
libc-test/test/cmsg.rs
@@ -55,6 +55,9 @@ mod t {
55
// https://github.com/rust-lang/libc/issues/1239
56
#[cfg(not(target_arch = "sparc64"))]
57
#[test]
58
+ // FIXME: This triggers alignment checks for pointer dereferences:
59
+ // https://github.com/rust-lang/libc/issues/3181
60
+ #[ignore]
61
fn test_cmsg_nxthdr() {
62
use std::ptr;
63
0 commit comments