[`impl FromStr for f64`](https://github.com/rust-lang/rust/blob/24e4e60ae8579d674c1eebb0298ee61471ddb6e6/src/libcore/num/mod.rs#L1341-L1382) uses [`core::num::ParseFloatError`](https://github.com/rust-lang/rust/blob/24e4e60ae8579d674c1eebb0298ee61471ddb6e6/src/libcore/num/mod.rs#L1512) which `std::num` _doesn't_ reexport. It defines [a new type of the same name](https://github.com/rust-lang/rust/blob/24e4e60ae8579d674c1eebb0298ee61471ddb6e6/src/libstd/num/mod.rs#L49). Noticed in http://stackoverflow.com/q/29830005/1256624.