macro_rules! panicking_binary_op_impl {
    ($tr:ty, $typ:ty; $($op_outer:ident, $op_inner:ident),+ $(,)?) => { ... };
}