This might be a nice feature, because I have a lot of cases where I just want to constrain the bit range of an inner value, but the name/meaning does not change, so I do not really require a named field.
Example:
#[bitbybit::bitfield(u32)]
pub struct TransferSize(#[bits(0..=7, rw)] u8);