Skip to content

Missing Eq implementations for types implementing PartialEq #36301

Closed
@whitequark

Description

@whitequark

Specifically (I looked at everything in std ):

  • std::num::ParseIntError
  • std::str::ParseBoolError
  • std::num::FpCategory

There seems to be no good reason for omitting Eq there, just an oversight. All other similar types already implement Eq.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-feature-requestCategory: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions