Uh oh!
There was an error while loading. Please reload this page.
Don't warn about snake case for field puns. - #66660
Conversation
rust-highfive
commented
Nov 23, 2019
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. |
jumbatm
commented
Nov 23, 2019
This comment has been minimized.
This comment has been minimized.
Centril
commented
Nov 23, 2019
The test case seems good. |
This comment has been minimized.
This comment has been minimized.
bae7c48 to
9f5e966Compare
This comment has been minimized.
This comment has been minimized.
9f5e966 to
e205c38Compare
This comment has been minimized.
This comment has been minimized.
ef58c8b to
5306528Comparejumbatm
commented
Dec 9, 2019
@joshtriplett This is good for review for the actual changes now :) |
5306528 to
6117582Comparejumbatm
commented
Dec 22, 2019
@rustbot modify labels to -S-waiting-on-author, +S-waiting-on-review |
This comment has been minimized.
This comment has been minimized.
6117582 to
03d5275Compare
This comment has been minimized.
This comment has been minimized.
03d5275 to
2eb486fCompare
This comment has been minimized.
This comment has been minimized.
2eb486f to
f4793a9CompareDylan-DPC-zz
commented
Jan 16, 2020
ferris wheel begins r? @Centril |
Uh oh!
There was an error while loading. Please reload this page.
Centril
commented
Jan 16, 2020
r=me rollup with the file renamed and the commits squashed into one. |
f4793a9 to
25a8f94Comparejumbatm
commented
Jan 17, 2020
Done |
Dylan-DPC-zz
commented
Jan 17, 2020
@bors r=centril rollup |
bors
commented
Jan 17, 2020
📌 Commit 25a8f94 has been approved by |
…in_patterns, r=centril Don't warn about snake case for field puns. Closesrust-lang#66362.
…in_patterns, r=centril Don't warn about snake case for field puns. Closesrust-lang#66362.
…in_patterns, r=centril Don't warn about snake case for field puns. Closesrust-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.