macro_rules! ast_eq_field { (#[ast_eq_use($convert_func:ident)] $field:ident) => { ... }; ($field:ident) => { ... }; }