-
Notifications
You must be signed in to change notification settings - Fork 228
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
remove failure #67
Comments
This crate uses Can you post what error you're encountering? It looks like from https://github.com/aep/cr2/issues/1 another crate is activating the |
interesting. the other crate turns out to only have a build dependency to failure. |
Yes, it's a known deficiency of cargo (it does not support separate dependency resolution for dev / build). See: rust-lang/cargo#2589 |
Darn. will remove the other thing then to see if that makes it all work. thanks! |
failure doesn't work on mips because it depends on backtrace.
It looks trivial to remove, and i would just open a PR, but i'm not sure what the original intend of adding it was. Is this something that should be behind a feature flag?
The text was updated successfully, but these errors were encountered: