Uh oh!
There was an error while loading. Please reload this page.
enforce unused-must-use lint in macros - #55569
Conversation
rust-highfive
commented
Nov 1, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Nov 1, 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 |
petrochenkov
commented
Nov 1, 2018
I'm going to beta-nominate this to minimize the window in which |
nagisa
commented
Nov 1, 2018
Discussed backport during the T-compiler meeting. Accepted for backport. |
nikomatsakis
commented
Nov 1, 2018
r=me but any idea why travis is upset? Is that spurious? |
nikomatsakis
commented
Nov 1, 2018
r? @alexcrichton I suppose, who proposed this fix. I don't really have an opinion about whether it's right or not (seems a bit .. weird to me .. to isolate this particular lint...) |
alexcrichton
commented
Nov 1, 2018
r=me, but it looks like CI may be failing? It appears an unused result already snuck in! |
durka
commented
Nov 2, 2018
Actually relevant part of the log (cc @TimNN): |
durka
commented
Nov 2, 2018
rust-highfive
commented
Nov 2, 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 |
alexcrichton
commented
Nov 2, 2018
Looks like some tests may still be failing? |
durka
commented
Nov 2, 2018
via email
I blessed all the UI tests but I guess there's more fallout... will fix
tonight. …On Fri, Nov 2, 2018, 10:14 Alex Crichton ***@***.*** wrote:
Looks like some tests may still be failing?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#55569 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAC3n_llwYfO0sOnEtCgOViTl7sxCn1bks5urFNigaJpZM4YFuYC>
.
|
alexcrichton
commented
Nov 3, 2018
@bors: r+ |
bors
commented
Nov 3, 2018
📌 Commit 706a1cc has been approved by |
Yeah, |
bors
commented
Nov 4, 2018
enforce unused-must-use lint in macros Fixes#55516 by turning on the UNUSED_MUST_USE lint within macros.
bors
commented
Nov 5, 2018
☀️ Test successful - status-appveyor, status-travis |
Fixes#55516 by turning on the UNUSED_MUST_USE lint within macros.