Uh oh!
There was an error while loading. Please reload this page.
Rename spanned HIR node enums from Foo_ to FooKind - #52264
Conversation
rust-highfive
commented
Jul 11, 2018
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 |
oli-obk
commented
Jul 11, 2018
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 |
csmoe
commented
Jul 12, 2018
@oli-obk clean-up for clippy will be addressed as soon as this PR is landed. |
oli-obk
commented
Jul 12, 2018
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
7c64343Compare
This comment has been minimized.
This comment has been minimized.
bors
commented
Jul 14, 2018
☔ The latest upstream changes (presumably #51829) made this pull request unmergeable. Please resolve the merge conflicts. |
oli-obk
commented
Jul 16, 2018
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! |
bors
commented
Jul 16, 2018
📌 Commit c692816 has been approved by |
bors
commented
Jul 16, 2018
rust-highfive
commented
Jul 16, 2018
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 |
bors
commented
Jul 16, 2018
☀️ Test successful - status-appveyor, status-travis |
rust-highfive
commented
Jul 16, 2018
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