macro_rules! cfg_if_production {
( { $( $_then_token : tt )* } | { $( $_else_token : tt )* } ) => { ... };
( { $( $_then_token : tt )* } ) => { ... };
}
macro_rules! cfg_if_production {
( { $( $_then_token : tt )* } | { $( $_else_token : tt )* } ) => { ... };
( { $( $_then_token : tt )* } ) => { ... };
}