macro_rules! parse_error {
($msg:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description
Helper macro for creating parse errors
macro_rules! parse_error {
($msg:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}
Helper macro for creating parse errors