macro_rules! rem_impl_integer {
    ($(($($t:ty)*) => $panic:expr),*) => { ... };
}