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 16ddbc2 commit 92658ffCopy full SHA for 92658ff
src/unix/linux_like/emscripten/align.rs
@@ -39,7 +39,7 @@ macro_rules! expand_align {
39
40
#[repr(align(8))]
41
pub struct max_align_t {
42
- priv_: f64; 2]
+ priv_: [f64; 2]
43
}
44
45
0 commit comments