Uh oh!
There was an error while loading. Please reload this page.
Warn for bindings named same as variants when matching against a borrow - #67783
Conversation
rust-highfive
commented
Jan 1, 2020
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
LeSeulArtichaut
commented
Jan 1, 2020
r? @csmoe |
Centril
commented
Jan 1, 2020
Please also add a regression test for the diff you've introduced. r? @Centril |
LeSeulArtichaut
commented
Jan 1, 2020
I was going to ask if this was necessairy, thanks for answering |
LeSeulArtichaut
commented
Jan 1, 2020
@rustbot modify labels to +S-waiting-on-author -S-waiting-on-review |
f6fd8f7 to
f474c00CompareLeSeulArtichaut
commented
Jan 1, 2020
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.
Uh oh!
There was an error while loading. Please reload this page.
rust-highfive
commented
Jan 2, 2020
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 |
csmoe
commented
Jan 2, 2020
append |
Co-authored-by: Centril <twingoow@gmail.com>
Co-authored-by: Centril <twingoow@gmail.com>
LeSeulArtichaut
commented
Jan 2, 2020
Centril
commented
Jan 2, 2020
Thanks! @bors r+ rollup |
bors
commented
Jan 2, 2020
📌 Commit 5cc9f6b has been approved by |
…, r=Centril Warn for bindings named same as variants when matching against a borrow Fixesrust-lang#67776
Rollup of 10 pull requests Successful merges: - #67450 (Allow for setting a ThinLTO import limit during bootstrap) - #67595 (Suggest adding a lifetime constraint for opaque type) - #67636 (allow rustfmt key in [build] section) - #67736 (Less-than is asymmetric, not antisymmetric) - #67762 (Add missing links for insecure_time) - #67783 (Warn for bindings named same as variants when matching against a borrow) - #67796 (Ensure that we process projections during MIR inlining) - #67807 (Use drop instead of the toilet closure `|_| ()`) - #67816 (Clean up err codes) - #67825 (Minor: change take() docs grammar to match other docs) Failed merges: r? @ghost
Fixes#67776