Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Missing weak keywords? #1007

Closed
jakevossen5 opened this issue Apr 20, 2021 · 1 comment · Fixed by #1008
Closed

Missing weak keywords? #1007

jakevossen5 opened this issue Apr 20, 2021 · 1 comment · Fixed by #1008

Comments

@jakevossen5
Copy link
Contributor

Currently comparing: this line line symbol.rs and this file and it looks like auto, catch, default, macro_rules, raw, and union are missing from the reference?

Is this intentional? If not, I should be able to add a quick PR to fix.

@ehuss
Copy link
Contributor

ehuss commented Apr 20, 2021

Hi, thanks for taking a look! The reference does not document nightly features, so I believe auto, catch, default, and raw don't need to be mentioned as they don't affect stable rust parsing. union is already documented. The only one that I think could be added is macro_rules. It looks like that was changed not too long ago (rust-lang/rust#69186). If you want to update that, it would be appreciated!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants