Uh oh!
There was an error while loading. Please reload this page.
Fix dead code lint for functions using impl Trait - #54810
Conversation
rust-highfive
commented
Oct 4, 2018
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Oct 4, 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
Oct 4, 2018
You need to update a bunch of other tests' stderr files, too. |
oli-obk
commented
Oct 4, 2018
r? @oli-obk |
cbf1696 to
3c46da8Comparejonas-schievink
commented
Oct 4, 2018
@oli-obk Ah I see. I wasn't able to run the full test suite because I messed up the LLVM build. Should be fixed now, though. |
oli-obk
commented
Oct 4, 2018
Hmm... These are all run-pass tests. We should probably ensure that the functions are called or move the functions to If that's ok with you I'd like to have this done in this PR where we see all the newly occurring warnings (or the lack thereof after the functions are actually called) |
jonas-schievink
commented
Oct 4, 2018
@oli-obk Is this what you had in mind? Looks like there's only 1 case where the unused function should have been called, I've moved all other tests to |
oli-obk
commented
Oct 4, 2018
Perfect. Thanks! @bors r+ |
bors
commented
Oct 4, 2018
📌 Commit e24f4d5 has been approved by |
pnkfelix
commented
Oct 4, 2018
discussed at T-compiler weekly meeting. approved for beta backport. |
bors
commented
Oct 7, 2018
⌛ Testing commit e24f4d5 with merge 04c1af0c18813daeb32d0585b1e8eccdd4b48cd2... |
bors
commented
Oct 7, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Oct 7, 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 |
jonas-schievink
commented
Oct 7, 2018
Actual error: (spurious) Also, is that builder building LLVM twice? |
nagisa
commented
Oct 7, 2018
@bors retry as requested on IRC. |
bors
commented
Oct 7, 2018
Fix dead code lint for functions using impl Trait Fixes#54754 This is a minimal fix that doesn't add any new queries or touches unnecessary code. Please nominate for beta backport if wanted.
bors
commented
Oct 7, 2018
☀️ Test successful - status-appveyor, status-travis |
Fixes#54754
This is a minimal fix that doesn't add any new queries or touches unnecessary code. Please nominate for beta backport if wanted.