Uh oh!
There was an error while loading. Please reload this page.
resolve: diagnostics improvement and groundwork for RFC 1560 - #35116
Conversation
item_like_importsjseyfried
commented
Jul 29, 2016
9b5eeae to
6750e63Comparebors
commented
Jul 30, 2016
☔ The latest upstream changes (presumably #35127) made this pull request unmergeable. Please resolve the merge conflicts. |
e340634 to
1fc60dbCompareThere was a problem hiding this comment.
I feel dirty just reviewing this code - I really wish we didn't use Deref like this in name resolution. Still the damage is done, I guess this doesn't make things much worse.
nrc
commented
Aug 1, 2016
@bors: r+ |
bors
commented
Aug 1, 2016
📌 Commit 1fc60db has been approved by |
bors
commented
Aug 1, 2016
⌛ Testing commit 1fc60db with merge e7aff48... |
bors
commented
Aug 1, 2016
💔 Test failed - auto-win-msvc-64-cargotest |
sanxiyn
commented
Aug 1, 2016
cargotest failure is legit. (This PR produced additional unused import warnings in cargo which is denied.) |
bors
commented
Aug 1, 2016
☔ The latest upstream changes (presumably #34743) made this pull request unmergeable. Please resolve the merge conflicts. |
Remove unused import c.f. rust-lang/rust#35116
Improve unused import detection.
1fc60db to
bc77bdcComparejseyfried
commented
Aug 1, 2016
@bors r=nrc |
bors
commented
Aug 1, 2016
📌 Commit bc77bdc has been approved by |
sanxiyn
commented
Aug 2, 2016
FYI, you need to explicitly update commit hash in |
bors
commented
Aug 2, 2016
⌛ Testing commit bc77bdc with merge 2b24fef... |
bors
commented
Aug 2, 2016
💔 Test failed - auto-win-msvc-64-cargotest |
jseyfried
commented
Aug 3, 2016
bors
commented
Aug 3, 2016
📌 Commit 93ab4c6 has been approved by |
bors
commented
Aug 4, 2016
⌛ Testing commit 93ab4c6 with merge 7a331fc... |
bors
commented
Aug 4, 2016
💔 Test failed - auto-linux-64-cargotest |
93ab4c6 to
de5eaabComparejseyfried
commented
Aug 5, 2016
@bors r=nrc |
bors
commented
Aug 5, 2016
📌 Commit de5eaab has been approved by |
bors
commented
Aug 5, 2016
⌛ Testing commit de5eaab with merge 7bf54f9... |
bors
commented
Aug 6, 2016
💔 Test failed - auto-linux-64-debug-opt |
jseyfried
commented
Aug 6, 2016
@bors retry |
Fixes#35115, fixes#35135, and lays groundwork for #32213 (cc #35120).
r? @nrc