-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Milestone
Comments
ghost
assigned thestinger
Mar 9, 2013
Still an issue. |
1 similar comment
Still an issue. |
See #10320, another potential solution. |
3 tasks
This was referenced Feb 21, 2014
bors
added a commit
that referenced
this issue
Mar 23, 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
This would avoid the problem discussed in #4510 by just not using partial ordering as a way to implement maps.
The text was updated successfully, but these errors were encountered: