-
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
Keyword table in the language reference is not updated #17969
Comments
I think it is good to have the reserved but not used keywords in the table, yeah. |
Merged
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Oct 28, 2014
bors
added a commit
that referenced
this issue
Oct 29, 2014
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
Aug 29, 2024
fix: Fix name resolution of shadowed builtin macro Fixes rust-lang#17969.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compare
with
from https://github.com/rust-lang/rust/blob/master/src/libsyntax/parse/token.rs#L468
I'm not sure how to treat obsoleted but still "reserved" keywords such as
do
. (Maybe we can refer to Java'sconst
??)The text was updated successfully, but these errors were encountered: