logo
macro_rules! syntax_error {
    ($msg:literal $(,)?) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description