1 s_no_extra_traits! { 2 #[allow(missing_debug_implementations)] 3 #[repr(align(16))] 4 pub struct max_align_t { 5 priv_: [f64; 2] 6 } 7 } 8