Skip to content

Commit

Permalink
Update FOLLOW set for ty tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 13, 2015
1 parent 2604c80 commit 4083ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0550-macro-future-proofing.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The current legal fragment specifiers are: `item`, `block`, `stmt`, `pat`,

- `FOLLOW(pat)` = `{FatArrow, Comma, Eq}`
- `FOLLOW(expr)` = `{FatArrow, Comma, Semicolon}`
- `FOLLOW(ty)` = `{Comma, FatArrow, Colon, Eq, Gt, Ident(as)}`
- `FOLLOW(ty)` = `{Comma, FatArrow, Colon, Eq, Gt, Ident(as), Semi}`
- `FOLLOW(stmt)` = `FOLLOW(expr)`
- `FOLLOW(path)` = `FOLLOW(ty)`
- `FOLLOW(block)` = any token
Expand Down

0 comments on commit 4083ad7

Please sign in to comment.