File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 21
21
>   ;  ; | ` { ` _ MacroMatch_ <sup >\* </sup > ` } `
22
22
>
23
23
> _ MacroMatch_ :\
24
- >   ;  ;   ;  ; [ _ Token_ ] <sub >_ except $ and delimiters _ </sub >\
24
+ >   ;  ;   ;  ; [ _ Token_ ] <sub >_ except $ and [ delimiters ] _ </sub >\
25
25
>   ;  ; | _ MacroMatcher_ \
26
26
>   ;  ; | ` $ ` ( [ IDENTIFIER_OR_KEYWORD] <sub >_ except ` crate ` _ </sub > | [ RAW_IDENTIFIER] | ` _ ` ) ` : ` _ MacroFragSpec_ \
27
27
>   ;  ; | ` $ ` ` ( ` _ MacroMatch_ <sup >+</sup > ` ) ` _ MacroRepSep_ <sup >?</sup > _ MacroRepOp_
31
31
>   ;  ; | ` meta ` | ` pat ` | ` pat_param ` | ` path ` | ` stmt ` | ` tt ` | ` ty ` | ` vis `
32
32
>
33
33
> _ MacroRepSep_ :\
34
- >   ;  ; [ _ Token_ ] <sub >_ except delimiters and repetition operators _ </sub >
34
+ >   ;  ; [ _ Token_ ] <sub >_ except [ delimiters] and MacroRepOp _ </sub >
35
35
>
36
36
> _ MacroRepOp_ :\
37
37
>   ;  ; ` * ` | ` + ` | ` ? `
@@ -509,6 +509,7 @@ For more detail, see the [formal specification].
509
509
[ _Statement_ ] : statements.md
510
510
[ _TokenTree_ ] : macros.md#macro-invocation
511
511
[ _Token_ ] : tokens.md
512
+ [ delimiters ] : tokens.md#delimiters
512
513
[ _TypePath_ ] : paths.md#paths-in-types
513
514
[ _Type_ ] : types.md#type-expressions
514
515
[ _UnderscoreExpression_ ] : expressions/underscore-expr.md
You can’t perform that action at this time.
0 commit comments