-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Removes 'size' and 'alignment' as Rust keywords #8139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - are you good to push on green?
Oh, looks like tests caught something. FYI Rust tests are in |
Thanks. Hopefully fixed now. |
👍 |
@CasperN looks like I need approval for some workflows. |
@CasperN any update here? |
Any update here? @dextero, @adsnaider, any idea who can review this? @CasperN seems to be inactive at this time. |
This pull request is stale because it has been open 6 months with no activity. Please comment or label |
This is not stale. I'm waiting for anyone who can approve to look at this. |
@dbaileychess @aardappel, any chance I can get a review on this? |
Not familiar enough with Rust, but since @CasperN was ok with this change, will merge once CI completes. |
Head branch was pushed to by a user without write access
Thanks. I had to regenerate one stale file (tests/rust_namer_test/rust_namer_test/possibly_reserved_words_generated.rs). I think all tests should pass now. |
* Adds fields for possibly reserved words to rust_namer_test * Removes size and alignment as rust reserved words
Fixes #8114.