macro_rules! lacking {
    ($( $($field: ident)||* ),*) => { ... };
}