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

Added infallible feature to alias void::Void to core::convert::Infallible #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryankurte
Copy link

@ryankurte ryankurte commented Jun 10, 2020

Provides a mechanism for interoperability with code using core::convert::Infallible while migrating components from void::Void.

Resolves #13, this is breaking due to a required MSRV bump to 1.34.0 for the dyn keyword and std::error::Error types.

@Ericson2314
Copy link

Any chance of this getting merged? Per https://github.com/rust-lang/rfcs/blob/master/text/2495-min-rust-version.md we could write down the new MSRV which would hopefully help avoid breakage someday?

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.

Make Void an alias for !
2 participants