macro_rules! setup_error_handling_impl {
() => { ... };
}Expand description
Use this macro in an implementation of AstVisitorMut to get automatic spans and error handling.
macro_rules! setup_error_handling_impl {
() => { ... };
}Use this macro in an implementation of AstVisitorMut to get automatic spans and error handling.