macro_rules! into_diagnostic_arg_using_display {
    ($( $ty:ty ),+ $(,)?) => { ... };
}