Skip to content

Move away from failure #94

@NoraCodes

Description

@NoraCodes
Collaborator

Failure is deprecated. We should not be using it.

Activity

added
c-bugBug - some feature is not working as expected
p-lowLow Priority
k-dependenciesIssues with the crate's dependencies
on Aug 8, 2020
added this to the 1.0 Release milestone on Aug 8, 2020
LoganDark

LoganDark commented on Aug 21, 2020

@LoganDark

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 (and anyway) is a much more attractive option.

linked a pull request that will close this issue on Aug 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    c-bugBug - some feature is not working as expectedk-dependenciesIssues with the crate's dependenciesp-lowLow Priority

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      Participants

      @NoraCodes@LoganDark

      Issue actions

        Move away from `failure` · Issue #94 · rust-native-ui/libui-rs