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

verbose-errors feature isn't additive #457

Closed
tmccombs opened this issue Mar 7, 2017 · 1 comment
Closed

verbose-errors feature isn't additive #457

tmccombs opened this issue Mar 7, 2017 · 1 comment

Comments

@tmccombs
Copy link
Contributor

tmccombs commented Mar 7, 2017

Cargo features are supposed to be additive, but the verbose-errors feature completely changes the type of Err (and thus change IResult), which could cause compatibility issues between libraries that use verbose errors and those that don't. I'm not really sure what a good solution for this would be.

@Geal
Copy link
Collaborator

Geal commented May 9, 2017

there is no way to change this by considering the feature as additive, it is just another version of the same crate

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

2 participants