-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Don't warn about snake case for field puns. #66660
Don't warn about snake case for field puns. #66660
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @nikomatsakis (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
This comment has been minimized.
This comment has been minimized.
The test case seems good. |
This comment has been minimized.
This comment has been minimized.
bae7c48
to
9f5e966
Compare
This comment has been minimized.
This comment has been minimized.
9f5e966
to
e205c38
Compare
This comment has been minimized.
This comment has been minimized.
ef58c8b
to
5306528
Compare
@joshtriplett This is good for review for the actual changes now :) |
5306528
to
6117582
Compare
@rustbot modify labels to -S-waiting-on-author, +S-waiting-on-review |
This comment has been minimized.
This comment has been minimized.
6117582
to
03d5275
Compare
This comment has been minimized.
This comment has been minimized.
03d5275
to
2eb486f
Compare
This comment has been minimized.
This comment has been minimized.
2eb486f
to
f4793a9
Compare
ferris wheel begins r? @Centril |
src/test/ui/lint/issue66362-no-snake-case-warning-for-field-puns.rs
Outdated
Show resolved
Hide resolved
r=me rollup with the file renamed and the commits squashed into one. |
f4793a9
to
25a8f94
Compare
Done |
@bors r=centril rollup |
📌 Commit 25a8f94 has been approved by |
…in_patterns, r=centril Don't warn about snake case for field puns. Closes rust-lang#66362.
…in_patterns, r=centril Don't warn about snake case for field puns. Closes rust-lang#66362.
…in_patterns, r=centril Don't warn about snake case for field puns. Closes rust-lang#66362.
Rollup of 9 pull requests Successful merges: - #66660 (Don't warn about snake case for field puns.) - #68093 (Fix deref impl typedef) - #68204 (Use named fields for `{ast,hir}::ItemKind::Impl`) - #68256 (Do not ICE on malformed suggestion spans) - #68279 (Clean up E0198 explanation) - #68291 (Update sanitizer tests) - #68312 (Add regression test for integer literals in generic arguments in where clauses) - #68314 (Stop treating `FalseEdges` and `FalseUnwind` as having semantic value for const eval) - #68317 (Clean up E0199 explanation) Failed merges: r? @ghost
Closes #66362.