We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0762f58 commit f7d5c25Copy full SHA for f7d5c25
src/doc/grammar.md
@@ -281,7 +281,7 @@ type_path_tail : '<' type_expr [ ',' type_expr ] + '>'
281
## Macros
282
283
```antlr
284
-expr_macro_rules : "macro_rules" '!' ident '(' macro_rule * ')' ';'
+expr_macro_rules : "macro_rules" '!' ident '(' macro_rule * ')' ';'
285
| "macro_rules" '!' ident '{' macro_rule * '}' ;
286
macro_rule : '(' matcher * ')' "=>" '(' transcriber * ')' ';' ;
287
matcher : '(' matcher * ')' | '[' matcher * ']'
0 commit comments