mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
33f3c52d32
This makes both of the following return Err:
".".parse::<f32>()
".".parse::<f64>()
This is a [breaking-change], which the libs team have classified as a
bug fix.