macro_rules! parse_error {
($($args:tt)*) => { ... };
}
Expand description
Unconditionally causes parsing to fail with the given error message.
macro_rules! parse_error {
($($args:tt)*) => { ... };
}
Unconditionally causes parsing to fail with the given error message.