macro_rules! unsupported {
($msg:literal) => { ... };
($msg:expr) => { ... };
}
Expand description
Constructs a ParseError::Unsupported{message: $msg}
.
macro_rules! unsupported {
($msg:literal) => { ... };
($msg:expr) => { ... };
}
Constructs a ParseError::Unsupported{message: $msg}
.