Uh oh!
There was an error while loading. Please reload this page.
rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. - #52591
Conversation
rust-highfive
commented
Jul 21, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
eddyb
commented
Jul 21, 2018
cc @oli-obk@Manishearth Heads up, I believe there's a use of |
petrochenkov
commented
Jul 21, 2018
@bors r+ |
bors
commented
Jul 21, 2018
📌 Commit 069e63d68d6eef88a23e5fe29053e9e19a6acc72 has been approved by |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
oli-obk
left a comment
There was a problem hiding this comment.
address.or_else(open_easy_issue)
There was a problem hiding this comment.
Lock::default() should probably work
There was a problem hiding this comment.
We can replace this entire function by adding derive(Default)
There was a problem hiding this comment.
RegionConstraintCollector::default()
There was a problem hiding this comment.
Can have a derive(Default) now
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
bors
commented
Jul 21, 2018
☔ The latest upstream changes (presumably #52115) made this pull request unmergeable. Please resolve the merge conflicts. |
petrochenkov
commented
Jul 23, 2018
r? @oli-obk |
oli-obk
commented
Jul 25, 2018
@bors r+ p=1 (prio due to bitrottyness) |
bors
commented
Jul 25, 2018
📌 Commit de114a7a3e2b39a8607142f11ece9e2014d3bafe has been approved by |
oli-obk
commented
Jul 25, 2018
@bors r- eddyb is checking things |
rust-highfive
commented
Nov 21, 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
Nov 21, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Nov 21, 2018
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
eddyb
commented
Nov 21, 2018
Timeout? Could it be my fault? @bors retry |
bors
commented
Nov 21, 2018
rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.
These are cruft left over from a time when `Foo::default()` didn't "just work".bors
commented
Nov 21, 2018
☀️ Test successful - status-appveyor, status-travis |
rust-highfive
commented
Nov 21, 2018
📣 Toolstate changed by #52591! Tested on commit 289ad6e. 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth@llogiq@mcarton@oli-obk, @rust-lang/infra). |
Tested on commit rust-lang/rust@289ad6e. Direct link to PR: <rust-lang/rust#52591> 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth@llogiq@mcarton@oli-obk, @rust-lang/infra). 💔 clippy-driver on linux: test-pass → build-fail (cc @Manishearth@llogiq@mcarton@oli-obk, @rust-lang/infra). 💔 rls on windows: test-pass → build-fail (cc @nrc@Xanewok, @rust-lang/infra). 💔 rls on linux: test-pass → build-fail (cc @nrc@Xanewok, @rust-lang/infra).
3441: rustup rust-lang/rust#52591 r=flip1995 a=matthiaskrgr Co-authored-by: Matthias Krüger <matthias.krueger@famsik.de>
```` rustup rust-lang#52591 remove unused allow() attributes, NFC Add regression test Don't emit suggestion when inside of a macro ````
```` missed another one in the README run "util/dev update_lints" rust-lang-nursery/rust-clippy => rust-lang/rust-clippy Address 'clippy::single-match' dogfood lint Fix nit Address travis CI lint failure Update trivially_copy_pass_by_ref with Trait stderr output issue#3318 run trivially_copy_pass_by_ref for traits Update trivially_copy_pass_by_ref with Trait examples Fix awkward wording Document how to lint local Clippy changes with locally built Clippy Enable rustup clippy to refer to the correct documentation rustup rust-lang#52591 remove unused allow() attributes, NFC Add regression test Don't emit suggestion when inside of a macro ````
submodules: update clippy from f5d868c to 2f6881c Changes: ```` missed another one in the README run "util/dev update_lints" rust-lang-nursery/rust-clippy => rust-lang/rust-clippy Address 'clippy::single-match' dogfood lint Fix nit Address travis CI lint failure Update trivially_copy_pass_by_ref with Trait stderr output issue#3318 run trivially_copy_pass_by_ref for traits Update trivially_copy_pass_by_ref with Trait examples Fix awkward wording Document how to lint local Clippy changes with locally built Clippy Enable rustup clippy to refer to the correct documentation rustup #52591 remove unused allow() attributes, NFC Add regression test Don't emit suggestion when inside of a macro ```` fixes clippy toolstate
crlf0710
commented
Mar 29, 2020
@rustbot modify labels to -S-inactive-closed |
```` missed another one in the README run "util/dev update_lints" rust-lang-nursery/rust-clippy => rust-lang/rust-clippy Address 'clippy::single-match' dogfood lint Fix nit Address travis CI lint failure Update trivially_copy_pass_by_ref with Trait stderr output issue#3318 run trivially_copy_pass_by_ref for traits Update trivially_copy_pass_by_ref with Trait examples Fix awkward wording Document how to lint local Clippy changes with locally built Clippy Enable rustup clippy to refer to the correct documentation rustup rust-lang/rust#52591 remove unused allow() attributes, NFC Add regression test Don't emit suggestion when inside of a macro ````
These are cruft left over from a time when
Foo::default()didn't "just work".