Uh oh!
There was an error while loading. Please reload this page.
Fix false "never constructed" warnings for Self:: variant paths - #64424
Fix false "never constructed" warnings for Self:: variant paths#64424jakubadamw wants to merge 1 commit into
Self:: variant paths#64424Conversation
rust-highfive
commented
Sep 13, 2019
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
estebank
commented
Sep 14, 2019
@bors r+ rollup |
bors
commented
Sep 14, 2019
📌 Commit 10ed1f1 has been approved by |
Fix false "never constructed" warnings for `Self::` variant paths Closesrust-lang#64362.
Centril
commented
Sep 14, 2019
Assigning blame of failure in #64449 (comment) to this PR, @bors r- (This is a guestimate) |
jakubadamw
commented
Sep 14, 2019
@Centril, no, the failure is unrelated. |
Centril
commented
Sep 14, 2019
@jakubadamw Any alternate theory? This PR seemed to be the only one related to TypeckTables somehow... |
jakubadamw
commented
Sep 14, 2019
@Centril, sorry, you're absolutely right. Looking into this. |
JohnCSimon
commented
Sep 20, 2019
Ping from triage. |
bors
commented
Sep 27, 2019
☔ The latest upstream changes (presumably #64813) made this pull request unmergeable. Please resolve the merge conflicts. |
JohnCSimon
commented
Oct 5, 2019
Ping from triage. Thank you! |
Closes#64362.