-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rename spanned HIR node enums from Foo_ to FooKind #52264
Conversation
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
As mentioned on the issue, it would make me extremely happy if clippy were also fixed. I'll look through the 1k changed lines tomorrow xD Also you have some tidy failures |
@oli-obk clean-up for clippy will be addressed as soon as this PR is landed. |
I was hoping to do a lockstep upgrade. If you do the cleanup, I'll take care of keeping this PR rebased and working and give it a priority so we get it through without breaking clippy at all on master |
9f8d890
to
7c64343
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #51829) made this pull request unmergeable. Please resolve the merge conflicts. |
I pointed the clippy submodule directly at a branch in the clippy repository in order to make sure this PR doesn't break clippy. Additionally I snuk in a minor test output change (some backticks were added to error messages of rustc) @bors r+ p=1 Superb cleanup and thanks for taking the time to also update clippy! |
📌 Commit c692816 has been approved by |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
☀️ Test successful - status-appveyor, status-travis |
Tested on commit rust-lang/rust@50702b2. Direct link to PR: <rust-lang/rust#52264> 🎉 clippy-driver on windows: test-fail → test-pass. 🎉 clippy-driver on linux: test-fail → test-pass.
Closes #51968
r? @oli-obk