Macro parse_error

Source
macro_rules! parse_error {
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Helper macro for creating parse errors