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

Improve test support for no_std #20

Closed
yaahc opened this issue May 17, 2020 · 0 comments
Closed

Improve test support for no_std #20

yaahc opened this issue May 17, 2020 · 0 comments

Comments

@yaahc
Copy link
Collaborator

yaahc commented May 17, 2020

Right now eyre does have support for no_std by virtue of the upstream support for no_std errors in anyhow. However anyhow never implemented support for testing no_std. It would be nice to update the tests to compile and pass when --no-default-features is used, however this will require adding #[cfg(feature = "std")] all over the test code, and to the doc tests.

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

No branches or pull requests

1 participant