Skip to content

TimeTryFromError is missing Display implementation #189

Description

@msrd0

TimeTryFromError has derive(Error) without any #[error] attributes. That makes thiserror gate the std::error::Error implementation on a separate Display bound which is thus unsatisfied.

I believe this is the problem @brianmay tried to report in #188

Workaround: #188 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions