-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Allow #[derive(...)] methods to generate multiple items, and other cleanup #23985
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
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@@ -8,7 +8,7 @@ | |||
// option. This file may not be copied, modified, or distributed |
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.
The listed changes to this file are essentially all spurious, right? (i.e. just from git not realising that totaleq.rs
was renamed to overwrite eq.rs
?)
(And similarly for ord.rs
?)
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.
Yes, that's correct.
@bors r+ |
📌 Commit 02c5ff7 has been approved by |
This extracts some of the minor cleanup patches from #23905.
💔 Test failed - auto-win-64-nopt-t |
@bors: retry On Sun, Apr 5, 2015 at 9:56 PM, bors notifications@github.com wrote:
|
This extracts some of the minor cleanup patches from #23905.
💔 Test failed - auto-mac-64-opt |
@bors: retry |
☔ The latest upstream changes (presumably #24433) made this pull request unmergeable. Please resolve the merge conflicts. |
This allows #[derive(...)]` to create more than one impl
@bors: retry |
This extracts some of the minor cleanup patches from #23905.
This extracts some of the minor cleanup patches from #23905.