mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
3fb8faa653
Change neutral element of <fNN as iter::Sum> to neg_zero The neutral element used to be positive zero, but +0 + -0 = +0 so -0 seems better indicated.