mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +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.