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