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 92658ff commit 56d4647Copy full SHA for 56d4647
src/unix/linux_like/emscripten/align.rs
@@ -37,6 +37,7 @@ macro_rules! expand_align {
37
size: [u8; ::__SIZEOF_PTHREAD_COND_T],
38
}
39
40
+ #[allow(missing_debug_implementations)]
41
#[repr(align(8))]
42
pub struct max_align_t {
43
priv_: [f64; 2]
0 commit comments