Skip to content

Display impl for Error eats all the useful information #694

Closed
@apoelstra

Description

@apoelstra

The Display impl for Error passes through to std::error::Error::description(), which is pretty-much useless. For example, all I/O errors become simply "os error" through this lens.

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyEffort: easy. A task that would be a great starting point for a new contributor.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions