mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 23:37:27 +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.