1 2 3 4 5 6 7 8 9 10
use modular_bitfield::prelude::*; #[derive(Specifier)] pub struct InvalidStructSpecifier { a: bool, b: B7, c: u8, } fn main() {}