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