File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2121>   ;  ; | ` { ` _ MacroMatch_ <sup >\* </sup > ` } `
2222>
2323> _ MacroMatch_ :\
24- >   ;  ;   ;  ; [ _ Token_ ] <sub >_ except $ and delimiters _ </sub >\
24+ >   ;  ;   ;  ; [ _ Token_ ] <sub >_ except $ and [ delimiters ] _ </sub >\
2525>   ;  ; | _ MacroMatcher_ \
2626>   ;  ; | ` $ ` ( [ IDENTIFIER_OR_KEYWORD] <sub >_ except ` crate ` _ </sub > | [ RAW_IDENTIFIER] | ` _ ` ) ` : ` _ MacroFragSpec_ \
2727>   ;  ; | ` $ ` ` ( ` _ MacroMatch_ <sup >+</sup > ` ) ` _ MacroRepSep_ <sup >?</sup > _ MacroRepOp_
3131>   ;  ; | ` meta ` | ` pat ` | ` pat_param ` | ` path ` | ` stmt ` | ` tt ` | ` ty ` | ` vis `
3232>
3333> _ MacroRepSep_ :\
34- >   ;  ; [ _ Token_ ] <sub >_ except delimiters and repetition operators _ </sub >
34+ >   ;  ; [ _ Token_ ] <sub >_ except [ delimiters] and MacroRepOp _ </sub >
3535>
3636> _ MacroRepOp_ :\
3737>   ;  ; ` * ` | ` + ` | ` ? `
@@ -509,6 +509,7 @@ For more detail, see the [formal specification].
509509[ _Statement_ ] : statements.md
510510[ _TokenTree_ ] : macros.md#macro-invocation
511511[ _Token_ ] : tokens.md
512+ [ delimiters ] : tokens.md#delimiters
512513[ _TypePath_ ] : paths.md#paths-in-types
513514[ _Type_ ] : types.md#type-expressions
514515[ _UnderscoreExpression_ ] : expressions/underscore-expr.md
You can’t perform that action at this time.
0 commit comments