Implicit relationship between FromStr and TryFrom #53167
Labels
A-specialization
Area: Trait impl specialization
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
When
TryFrom
is stabilized, it would be really nice if there were an implicit relationship betweenTryFrom
andFromStr
. For example:I think, for stability reasons, that this can only be done before
TryFrom
is stabilized.The text was updated successfully, but these errors were encountered: