Uh oh!
There was an error while loading. Please reload this page.
Use multipart_suggestions more - #86754
Conversation
rust-highfive
commented
Jun 30, 2021
r? @varkor (rust-highfive has picked a reviewer for you, use r? to override) |
varkor
commented
Jun 30, 2021
As much as I'd like to, I'm not going to have time to review a PR of this size for a while (I'm not sure how much of that diff is just error output changes, though, which isn't so bad). If anyone else has time, they're welcome to take this over :) |
estebank
commented
Jul 1, 2021
@varkor no problem! Most of the diff is caused by the parent PR, until that is merged I would ignore this one. |
05d08c6 to
ed6537fCompare
This comment has been minimized.
This comment has been minimized.
ed6537f to
0f20ef4Compareestebank
commented
Jul 17, 2021
@varkor I split out the part that is relevant and it should be relatively quick to review now. |
This comment has been minimized.
This comment has been minimized.
varkor
left a comment
There was a problem hiding this comment.
r=me after fixing the nits and squashing the last (rebase fixup) commit into the previous commit.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
8aad39c to
890281dCompare
This comment has been minimized.
This comment has been minimized.
890281d to
abc1880Compareestebank
commented
Jul 19, 2021
@bors r=varkor |
bors
commented
Jul 19, 2021
📌 Commit abc1880be2f32643d0ee39f4d04cbd64b5f8b088 has been approved by |
bors
commented
Jul 20, 2021
⌛ Testing commit abc1880be2f32643d0ee39f4d04cbd64b5f8b088 with merge deb5dcbb01afa031dab5e8ae9a388d235611ce4f... |
This comment has been minimized.
This comment has been minimized.
bors
commented
Jul 20, 2021
💔 Test failed - checks-actions |
abc1880 to
13815bfCompareestebank
commented
Jul 21, 2021
@bors r=varkor |
bors
commented
Jul 21, 2021
📌 Commit 13815bf25bbe0971c4426be0df72d156b717419b has been approved by |
bors
commented
Jul 22, 2021
⌛ Testing commit 13815bf25bbe0971c4426be0df72d156b717419b with merge a67334f083d40f5a739708c06b821695dfded0d3... |
This comment has been minimized.
This comment has been minimized.
bors
commented
Jul 22, 2021
💔 Test failed - checks-actions |
* Use more accurate span for `async move` suggestion * Use more accurate span for deref suggestion * Use `multipart_suggestion` more often
13815bf to
0b8f192Compareestebank
commented
Jul 30, 2021
@bors r=varkor |
bors
commented
Jul 30, 2021
📌 Commit 0b8f192 has been approved by |
bors
commented
Jul 30, 2021
bors
commented
Jul 31, 2021
☀️ Test successful - checks-actions |
Use `multipart_suggestions` more Built on top of rust-lang#86532
Built on top of #86532