Skip to content

Commit 98e7461

Browse files
committed
Add expr_2021 to FOLLOW set rules
1 parent 5534e9c commit 98e7461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macro-ambiguity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ represent simple nonterminals with the given fragment specifier.
325325

326326
* FOLLOW(pat) = {`=>`, `,`, `=`, `|`, `if`, `in`}`.
327327

328-
* FOLLOW(expr) = FOLLOW(stmt) = {`=>`, `,`, `;`}`.
328+
* FOLLOW(expr) = FOLLOW(expr_2021) = FOLLOW(stmt) = {`=>`, `,`, `;`}`.
329329

330330
* FOLLOW(ty) = FOLLOW(path) = {`{`, `[`, `,`, `=>`, `:`, `=`, `>`, `>>`, `;`,
331331
`|`, `as`, `where`, block nonterminals}.

0 commit comments

Comments
 (0)