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)
TimeTryFromErrorhasderive(Error)without any#[error]attributes. That makesthiserrorgate thestd::error::Errorimplementation on a separateDisplaybound which is thus unsatisfied.I believe this is the problem @brianmay tried to report in #188
Workaround: #188 (comment)