Skip to content

Add Richo Healey to contributors #13961

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

Merged
merged 1 commit into from
May 6, 2014
Merged

Add Richo Healey to contributors #13961

merged 1 commit into from
May 6, 2014

Conversation

richo
Copy link
Contributor

@richo richo commented May 6, 2014

Shamelessly adds myself as a contributor.

bors added a commit that referenced this pull request May 6, 2014
Shamelessly adds myself as a contributor.
@bors bors closed this May 6, 2014
@bors bors merged commit 809a2f8 into rust-lang:master May 6, 2014
@steveklabnik
Copy link
Member

🎊

bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 13, 2023
…q, r=Veykril

fix: don't generate `PartialEq`/`PartialOrd` methods body for types don't match

Fixes rust-lang#12985

This PR changes the implementation of well-known trait methods body generation so that it takes generic arguments of traits into account and does not generate `PartialEq`/`PartialOrd` methods body when the self type and rhs type don't match.

I took this opportunity to add `hir::TraitRef`, which has been suggested by a FIXME note. I didn't change the signature of the existing method `hir::Impl::trait_(self, db) -> Option<Trait>` as suggested by FIXME but added a new method because you quite often only want to know the trait rather than `TraitRef`s.
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