Macro unsupported

Source
macro_rules! unsupported {
    ($msg:literal) => { ... };
    ($msg:expr) => { ... };
}
Expand description

Constructs a ParseError::Unsupported{message: $msg}.