macro_rules! progress { ($progress:ident, $fmt:literal $($tt:tt)*) => { ... }; ($fmt:literal $($tt:tt)*) => { ... }; }