macro_rules! fail_parse_error { ($reason:expr, $loc:expr $(,)*) => { ... }; }
Expand description
append a .fail()
after ret_parse_error
, so compiler can return a Err(this error)
macro_rules! fail_parse_error { ($reason:expr, $loc:expr $(,)*) => { ... }; }
append a .fail()
after ret_parse_error
, so compiler can return a Err(this error)