macro_rules! impl_into_diag_arg_through_debug {
    ($($ty:ty),*$(,)?) => { ... };
}