Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from failure to anyhow #133

Merged
merged 1 commit into from Oct 15, 2019
Merged

Conversation

alexcrichton
Copy link
Collaborator

This moves us back to std::error::Error compatibility and helps build
times since it doesn't rely on an older version of syn

Copy link
Member

@fitzgen fitzgen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, living in the future

@fitzgen
Copy link
Member

fitzgen commented Oct 11, 2019

https://travis-ci.org/rustwasm/walrus/jobs/596675888#L861-L865

error[E0599]: no method named `iter_chain` found for type `anyhow::error::Error` in the current scope
 --> examples/round-trip.rs:8:20
  |
8 |         for c in e.iter_chain() {
  |                    ^^^^^^^^^^
error: aborting due to previous error

Need to update the examples too.

This moves us back to `std::error::Error` compatibility and helps build
times since it doesn't rely on an older version of `syn`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants