Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

impl failure::Fail for failure::Error? #99

Closed
dpc opened this issue Dec 2, 2017 · 1 comment
Closed

impl failure::Fail for failure::Error? #99

dpc opened this issue Dec 2, 2017 · 1 comment

Comments

@dpc
Copy link

dpc commented Dec 2, 2017

Any reason this isn't the case?

I am hitting the same issue as #67 , and it seems to me impl failure::Fail for failure::Error would solve it.

@withoutboats
Copy link
Contributor

It would be incoherent because of the reflexive impl of From<T> for T and the impl of From<F> For Error where F: Fail.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants