mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 05:25:38 +00:00
This commit removes the previous mechanism of differentiating between "Debug" and "Display" formattings for the sign of -0 so as to comply with the IEEE 754 standard's requirements on external character sequences preserving various attributes of a floating point representation. In addition, numerous tests are fixed.