-
Notifications
You must be signed in to change notification settings - Fork 13.4k
std::hashmap should use TotalEq #5283
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Milestone
Comments
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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: