Skip to content
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

Deriving changes #6988

Merged
merged 4 commits into from
Jun 7, 2013
Merged

Deriving changes #6988

merged 4 commits into from
Jun 7, 2013

Conversation

huonw
Copy link
Member

@huonw huonw commented Jun 7, 2013

Several minor changes:

huonw added 3 commits June 7, 2013 17:30
These are now only called in generic and can be private. This
includes manually inlining/merging some that are called once.
lt and gt are implement directly in terms of the corresponding
method on their elements, and le and ge are the negations of these.
bors added a commit that referenced this pull request Jun 7, 2013
Several minor changes:
 - The clean-up I mentioned in #6851 (moving functions from deriving/mod.rs to deriving/generic.rs)
 - Move `expand_generic_deriving` to a method
 - Reimplement `deriving(Ord)` with no dependence on `Eq`
@bors bors closed this Jun 7, 2013
@bors bors merged commit a965f49 into rust-lang:incoming Jun 7, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 8, 2021
Fix hidden variant suggestion on single variant

Fixes rust-lang#6984

changelog: Fix hidden variant suggestion on `match_wildcard_for_single_variants`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants