-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #63962. Hint about missing tuple parentheses in patterns #64619
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @Centril |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Here are some ways to improve things.
This comment has been minimized.
This comment has been minimized.
r=me once green |
8b1a0ea
to
66298d9
Compare
r? @estebank |
Thanks! @bors r=Centril,estebank |
📌 Commit 66298d97a4f11b78ccbead79b6fd00be4b1f2156 has been approved by |
@sam09 Can you please fixup the second commit into the first? |
Done |
@bors r+ |
📌 Commit a2a57bc has been approved by |
Fixes rust-lang#63962. Hint about missing tuple parentheses in patterns
Rollup of 9 pull requests Successful merges: - #63907 (Add explanation to type mismatch involving type params and assoc types) - #64615 (rustbuild: Turn down compression on exe installers) - #64617 (rustbuild: Turn down compression on msi installers) - #64618 (rustbuild: Improve output of `dist` step) - #64619 (Fixes #63962. Hint about missing tuple parentheses in patterns) - #64634 (Update to LLVM 9.0.0) - #64635 (Allow using fn pointers in const fn with unleash miri) - #64660 (unify errors for tuple/struct variants) - #64664 (fully remove AstBuilder) Failed merges: r? @ghost
No description provided.