macro_rules! stable_and_n_internal {
($p1:expr, $p2:expr $(,)?) => { ... };
($p1:expr, $p2:expr, $($tail:tt)*) => { ... };
}macro_rules! stable_and_n_internal {
($p1:expr, $p2:expr $(,)?) => { ... };
($p1:expr, $p2:expr, $($tail:tt)*) => { ... };
}