Uh oh!
There was an error while loading. Please reload this page.
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 into
Conversation
rustbot
commented
Nov 11, 2022
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. |
rustbot
commented
Nov 11, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
grego
commented
Nov 11, 2022
@rustbot label +T-libs-api -T-libs |
Noratrieb
commented
Nov 11, 2022
Thank you for the implementation! |
grego
commented
Nov 11, 2022
Thank you, I created the proposal here. |
rust-log-analyzer
commented
Nov 11, 2022
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
Nov 19, 2022
☔ 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]