Skip to content
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

f32 and f64 missing from std::str::FromStr doc page #33646

Closed
marcianx opened this issue May 15, 2016 · 3 comments
Closed

f32 and f64 missing from std::str::FromStr doc page #33646

marcianx opened this issue May 15, 2016 · 3 comments

Comments

@marcianx
Copy link

At the bottom of https://doc.rust-lang.org/std/str/trait.FromStr.html, it lists all the types that have implementations of FromStr. f64 and f32 seem to be missing even though the implementations exist. A search for FromStr also does not bring up the floating point variation either. Nevertheless, ParseFloatError exists (I guessed its name based on ParseIntError, and it was findable via search), and it mentions the existence of a FromStr implementation for the floating point types.

@birkenfeld
Copy link
Contributor

This is fixed, likely by 6100b70, in nightly.

@hanna-kruppe
Copy link
Contributor

hanna-kruppe commented May 15, 2016

Sounds like #31948, so it might have even been fixed earlier.

@marcianx
Copy link
Author

This seems to be fixed now.

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

No branches or pull requests

3 participants