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