TryFrom is not implemented for some primitive types #43214
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Hi
It seems strange that not all primitive types support TryFrom trait.
See below
Or https://play.rust-lang.org/?gist=fdfc5e5d4bd8a7ea1a9005ab4c850373&version=nightly
Current nightly implements TryFrom only for integers(?)
bool, f32, f64 fail.
Please fix that.
The text was updated successfully, but these errors were encountered: