-
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
Adding suggestion for E0530 #99008
Adding suggestion for E0530 #99008
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @compiler-errors (or someone else) soon. Please see the contribution instructions for more information. |
You need to check if a test exists for the same error code as well and update that |
Shouldn't this note be emitted for any tuple variants in patterns that lack parentheses? Why special-case |
I agree that I don't think this should be special cased, and that it needs a test. Feel free to ping me when these are fixed! @rustbot author |
This comment has been minimized.
This comment has been minimized.
@rustbot ready |
@bors r+ |
@obeis, this PR is already approved and enqueued to land. Not sure why you pinged me? |
Just by wrong, thank you for approving this pull request :) |
Adding suggestion for E0530 Closes rust-lang#98974
Rollup of 7 pull requests Successful merges: - rust-lang#98350 (Implement support for DWARF version 5.) - rust-lang#98915 (Clarify deriving code) - rust-lang#98980 (fix ICE in ConstProp) - rust-lang#99008 (Adding suggestion for E0530) - rust-lang#99043 (Collapse some weirdly-wrapping derives) - rust-lang#99048 (Remove a string comparison about types) - rust-lang#99070 (Update integer_atomics tracking issue) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Closes #98974