mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
331a785f81
core: Implement feature `float_exact_integer_constants` Accepted ACP - https://github.com/rust-lang/libs-team/issues/713#issuecomment-3880122239 Tracking issue - https://github.com/rust-lang/rust/issues/152466 Implement accepted ACP for `MAX_EXACT_INTEGER` and `MIN_EXACT_INTEGER` on `f16`, `f32`, `f64`, and `f128` Add tests to `coretests/tests/floats/mod.rs`