mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:48:11 +00:00
Introduce a constant representing NaN with a negative sign bit for use with testing. There isn't really any guarantee that `F::NAN` is positive but in practice it always is, which is good enough for testing purposes.