1 2 3 4 5 6 7 8 9
bit_struct::bit_struct! { struct TooMany(u16) { a: u8, b: u8, c: bit_struct::u1 } } fn main() {}