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.
1 parent e5b7775 commit 615224fCopy full SHA for 615224f
libc-test/tests/cmsg.rs
@@ -29,6 +29,7 @@ mod t {
29
}
30
31
#[test]
32
+ #[allow(unused_assignments)] // false-positive: https://github.com/rust-lang/rust/issues/147648
33
fn test_cmsg_firsthdr() {
34
let mut mhdr: msghdr = unsafe { mem::zeroed() };
35
mhdr.msg_control = 0xdeadbeef as *mut c_void;
0 commit comments