-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
c-bugBug - some feature is not working as expectedBug - some feature is not working as expectedk-dependenciesIssues with the crate's dependenciesIssues with the crate's dependenciesp-lowLow PriorityLow Priority
Milestone
Metadata
Metadata
Assignees
Labels
c-bugBug - some feature is not working as expectedBug - some feature is not working as expectedk-dependenciesIssues with the crate's dependenciesIssues with the crate's dependenciesp-lowLow PriorityLow Priority
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
LoganDark commentedon Aug 21, 2020
In addition to that,
failure
is designed to be as incompatible as possible with the standard library, which is an absolute pain to deal with. Since standard error types are now stable,thiserror
(andanyway
) is a much more attractive option.