macro_rules! parse_error {
($msg:expr) => { ... };
($msg:expr, $loc:expr) => { ... };
}Expand description
Helper macros for creating errors with location
macro_rules! parse_error {
($msg:expr) => { ... };
($msg:expr, $loc:expr) => { ... };
}Helper macros for creating errors with location