Implement TryFrom<&str> for numerical types, bool and char#104283
Implement TryFrom<&str> for numerical types, bool and char#104283grego wants to merge 2 commits intorust-lang:masterfrom
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @thomcc (or someone else) soon. Please see the contribution instructions for more information. |
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
|
@rustbot label +T-libs-api -T-libs |
|
Thank you for the implementation! |
|
Thank you, I created the proposal here. |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
☔ The latest upstream changes (presumably #104591) made this pull request unmergeable. Please resolve the merge conflicts. |
dtolnay
left a comment
There was a problem hiding this comment.
The ACP was not accepted, so I'll go ahead and close this PR.
Thank you anyway for suggesting this API and entertaining our process!
As
TryFromis a generic interface for fallible conversion, the standard library types should support it as well.ACP: rust-lang/libs-team#132 [Accepted]