macro_rules! unexpected_token {
($tok:expr, $pos:expr) => { ... };
}Expand description
Throw an anyhow error about an unexpected token at a position
macro_rules! unexpected_token {
($tok:expr, $pos:expr) => { ... };
}Throw an anyhow error about an unexpected token at a position