File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ //*************************//
2+ // Names, Paths and Macros //
3+ //*************************//
4+
15Name =
26 'ident'
37
@@ -50,6 +54,10 @@ MacroStmts =
5054 statements:Stmt*
5155 Expr?
5256
57+ //*************************//
58+ // Items //
59+ //*************************//
60+
5361SourceFile =
5462 'shebang'?
5563 Attr*
@@ -245,6 +253,10 @@ Visibility =
245253Attr =
246254 '#' '!'? '[' Path ('=' Literal | TokenTree)? ']'
247255
256+ //****************************//
257+ // Statements and Expressions //
258+ //****************************//
259+
248260Stmt =
249261 ExprStmt
250262| Item
@@ -434,6 +446,10 @@ AwaitExpr =
434446BoxExpr =
435447 Attr* 'box' Expr
436448
449+ //*************************//
450+ // Types //
451+ //*************************//
452+
437453Type =
438454 ArrayType
439455| DynTraitType
@@ -495,6 +511,10 @@ TypeBound =
495511 'lifetime'
496512| '?'? Type
497513
514+ //************************//
515+ // Patterns //
516+ //************************//
517+
498518Pat =
499519 IdentPat
500520| BoxPat
You can’t perform that action at this time.
0 commit comments