-
Notifications
You must be signed in to change notification settings - Fork 178
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
Compilation on nightly fails #175
Comments
Looks like those have been put into the prelude right away, ugh... this is going to require some extra trickery to work on stable and nightly simultaneously.... Thanks for the report! |
This is the relevant rust issue rust-lang/rust#49305 |
This seems to be reverted with the PR rust-lang/rust#49518 |
Looks like this is resolved. For now. So I'll be closing this issue. I've already started to work on migrating to the |
Because the
TryFrom
trait is stabilized rust-lang/rfcs#1542The text was updated successfully, but these errors were encountered: