-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement RFC amendment 1462 (add [
to FOLLOW(ty))
#31152
Conversation
29f27fc
to
84560bb
Compare
Following RFC 1462 (amending 550). Closes rust-lang#31135.
84560bb
to
e1e0de8
Compare
@pnkfelix so it is correct to modify FOLLOW(path) as well? I wasn't clear on that from the RFC. |
(man that is embarrassing, given that its pretty explciitly pointed out...) |
( the RFC as written does says FOLLOW(path) = FOLLOW(ty); I need to double check whether that still makes sense in this context. it probably does, though, to be honest; I just need to double-check about the ramifications...) |
Actually thinking on it further, I can't see how it could be wrong to put |
@bors r+ |
📌 Commit e1e0de8 has been approved by |
@bors r+ force |
📌 Commit e1e0de8 has been approved by |
⌛ Testing commit e1e0de8 with merge 4086ba0... |
⛄ The build was interrupted to prioritize another pull request. |
urgh, I forgot to update the Book. |
cc #31135 rust-lang/rfcs#1462 #30923 @retep998
r? @pnkfelix