#![allow(incomplete_features)] #![feature(generic_const_exprs)] pub struct FixedBitSet; impl FixedBitSet where [u8; N.div_ceil(8)]: Sized, { pub fn new() -> Self { todo!() } }