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