Uh oh!
There was an error while loading. Please reload this page.
Fix warning for unused variables in or pattern (issue #67691) - #67766
Conversation
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Centril
commented
Jan 1, 2020
This comment has been minimized.
This comment has been minimized.
2ac7d33 to
b88baa1Comparesapir
commented
Jan 3, 2020
Why aren't the |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c9d7166 to
5f48ad5Compare
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
5f48ad5 to
44489cfCompare
This comment has been minimized.
This comment has been minimized.
44489cf to
d43f3d6Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
joelpalmer
commented
Mar 23, 2020
Ping from Triage: Any updates @sapir? |
This comment has been minimized.
This comment has been minimized.
sapir
commented
Mar 24, 2020
@joelpalmer I don't know what I should do about the multipart suggestions? |
matthewjasper
commented
Mar 28, 2020
|
This comment has been minimized.
This comment has been minimized.
8d736dd to
3221638Comparesapir
commented
Apr 12, 2020
@joelpalmer I did as @matthewjasper suggested regarding multipart_suggestions, so the tests pass now. Also I rebased to current master and fixed some conflicts. |
matthewjasper
commented
Apr 12, 2020
@bors r+ |
bors
commented
Apr 12, 2020
📌 Commit 3221638 has been approved by |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Rollup of 4 pull requests Successful merges: - rust-lang#67766 (Fix warning for unused variables in or pattern (issue rust-lang#67691)) - rust-lang#71013 (Pass the `PlaceElem::Index` local to `visit_local`) - rust-lang#71064 (fix issue 69130) - rust-lang#71069 (Remove some usage of `DUMMY_HIR_ID`) Failed merges: r? @ghost
Is this a good way to fix it?
Also, the tests fail, the "fixed" code output says
{ i, j }instead of{ i, j: _ }, how can I fix that?