macro_rules! scope { ($path:literal $(, .$extra:ident($($args:tt)*))* => { $($routes:expr),* $(,)? }) => { ... }; }