Macro syntax_error

Source
macro_rules! syntax_error {
    ($ctx:expr, $( $msg:expr ),* ) => { ... };
}
Expand description

Construct a syntax error at the current token with a message.