Skip to content

Commit 4083ad7

Browse files
committed
Update FOLLOW set for ty tokens
Accounts for rust-lang/rust#27000
1 parent 2604c80 commit 4083ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0550-macro-future-proofing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The current legal fragment specifiers are: `item`, `block`, `stmt`, `pat`,
106106

107107
- `FOLLOW(pat)` = `{FatArrow, Comma, Eq}`
108108
- `FOLLOW(expr)` = `{FatArrow, Comma, Semicolon}`
109-
- `FOLLOW(ty)` = `{Comma, FatArrow, Colon, Eq, Gt, Ident(as)}`
109+
- `FOLLOW(ty)` = `{Comma, FatArrow, Colon, Eq, Gt, Ident(as), Semi}`
110110
- `FOLLOW(stmt)` = `FOLLOW(expr)`
111111
- `FOLLOW(path)` = `FOLLOW(ty)`
112112
- `FOLLOW(block)` = any token

0 commit comments

Comments
 (0)