macro_rules! raise_syntax_error {
($ctx:expr, $( $msg:expr ),* ) => { ... };
}
Expand description
Raise a syntax error at the current token with a message.
macro_rules! raise_syntax_error {
($ctx:expr, $( $msg:expr ),* ) => { ... };
}
Raise a syntax error at the current token with a message.