Removes 'size' and 'alignment' as Rust keywords#8139
Removes 'size' and 'alignment' as Rust keywords#8139aardappel merged 2 commits intogoogle:masterfrom csmulhern:master
Conversation
CasperN
left a comment
There was a problem hiding this comment.
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.