Skip to content

Use std TryFrom trait #65

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

Merged
merged 2 commits into from
Mar 5, 2021
Merged

Conversation

djc
Copy link
Contributor

@djc djc commented Mar 4, 2021

In rust-lang/rust#82781, I'm trying to experiment what we might run into if TryFrom/TryInto/FromIterator are added to the prelude. It turns out the compiler build itself fails because method calls in minifier become ambiguous. At some point we will have cargo fix lints to make this easier, but for now doing this manually was easy enough.

Would be nice to get a new release out so that the compiler can pick that up.

@GuillaumeGomez
Copy link
Owner

It just reminds me how old this project is everytime haha. Thanks for the PR!

@GuillaumeGomez GuillaumeGomez merged commit f41a477 into GuillaumeGomez:master Mar 5, 2021
@GuillaumeGomez
Copy link
Owner

I published your change.

@djc
Copy link
Contributor Author

djc commented Mar 5, 2021

I saw, thanks for the quick response!

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.

2 participants