mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
75ae913ec0
float types: document NaN bit pattern guarantees Part of https://github.com/rust-lang/rust/issues/128288: document the guarantees we make for NaN bit patterns. Cc ``@tgross35``