diff --git a/text/0550-macro-future-proofing.md b/text/0550-macro-future-proofing.md index d9012492808..42f0608d8de 100644 --- a/text/0550-macro-future-proofing.md +++ b/text/0550-macro-future-proofing.md @@ -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