pub macro bail { ($msg:literal $(,)?) => { ... }, ($fmt:literal, $($arg:expr),* $(,)?) => { ... }, }
A macro that returns an error