Skip to content

IntErrorKind should derive Copy and Hash #131826

@joseluis

Description

@joseluis

When including std errors as part of custom types, I've noticed that IntErrorKind does not derive the Copy or the Hash traits, and I think it most probably should, since it would make it easier to propagate and embed it. For example IoErrorKind does in fact derive them.

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