1 2 3 4 5 6 7 8 9
// check-pass struct S( #[rustfmt::skip] u8, u16, #[rustfmt::skip] u32, ); fn main() {}