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

std::hashmap should use TotalEq #5283

Closed
thestinger opened this issue Mar 8, 2013 · 3 comments · Fixed by #13088
Closed

std::hashmap should use TotalEq #5283

thestinger opened this issue Mar 8, 2013 · 3 comments · Fixed by #13088
Milestone

Comments

@thestinger
Copy link
Contributor

This would avoid the problem discussed in #4510 by just not using partial ordering as a way to implement maps.

@catamorphism
Copy link
Contributor

Still an issue.

1 similar comment
@emberian
Copy link
Member

emberian commented Aug 1, 2013

Still an issue.

@thestinger
Copy link
Contributor Author

See #10320, another potential solution.

bors added a commit that referenced this issue Mar 23, 2014
@thestinger thestinger removed their assignment Jun 16, 2014
bors pushed a commit to rust-lang-ci/rust that referenced this issue May 2, 2020
bors added a commit to rust-lang-ci/rust that referenced this issue May 2, 2020
…ansch

don't emit lifetime lint warnings for code inside macros.

Fixes rust-lang#5283

changelog: Don't emit lifetime lint warnings for code inside macros.
flip1995 pushed a commit to flip1995/rust that referenced this issue Feb 10, 2023
needless_lifetimes: lint local macros

fixes rust-lang#5283

changelog: [`needless_lifetimes`]: lint local macros
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 a pull request may close this issue.

3 participants