File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,13 @@ mod m {
7070>   ;  ; [ _ Type_ ] (` , ` [ _ Type_ ] )<sup >\* </sup >
7171>
7272> _ GenericArgsConsts_ :\
73- >   ;  ; [ _ Expression_ ] (` , ` [ _ Expression_ ] )<sup >\* </sup >
73+ >   ;  ; _ GenericArgsConst_ (` , ` _ GenericArgsConst_ )<sup >\* </sup >
74+ >
75+ > _ GenericArgsConst_ :\
76+ >   ;  ;   ;  ; [ _ BlockExpression_ ] \
77+ >   ;  ; | [ _ LiteralExpression_ ] \
78+ >   ;  ; | ` - ` [ _ LiteralExpression_ ] \
79+ >   ;  ; | [ _ SimplePathSegment_ ]
7480>
7581> _ GenericArgsBindings_ :\
7682>   ;  ; _ GenericArgsBinding_ (` , ` _ GenericArgsBinding_ )<sup >\* </sup >
@@ -375,10 +381,13 @@ mod without { // ::without
375381# fn main () {}
376382```
377383
384+ [ _BlockExpression_ ] : expressions/block-expr.md
385+ [ _Expression_ ] : expressions.md
378386[ _GenericArgs_ ] : #paths-in-expressions
379387[ _Lifetime_ ] : trait-bounds.md
388+ [ _LiteralExpression_ ] : expressions/literal-expr.md
389+ [ _SimplePathSegment_ ] : #simple-paths
380390[ _Type_ ] : types.md#type-expressions
381- [ _Expression_ ] : expressions.md
382391[ literal ] : expressions/literal-expr.md
383392[ item ] : items.md
384393[ variable ] : variables.md
You can’t perform that action at this time.
0 commit comments