Commit 46c90c5
authored
Rollup merge of rust-lang#152512 - okaneco:exact_integer, r=tgross35
core: Implement feature `float_exact_integer_constants`
Accepted ACP - rust-lang/libs-team#713 (comment)
Tracking issue - rust-lang#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`1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments