use superbitty::bitfields; bitfields! { struct NegativeBaseTy : isize {} } bitfields! { struct OtherBaseTy : Option {} } fn main() {}