Files
rust/library/coretests/tests/num
Trevor Gross bec94a33d5 dec2flt: Move internal traits to better locations
`Float` and `FloatExt` are already used by both parsing and printing, so
move them out of `dec2flt` to a new module in `num::imp`. `Int` `Cast`
have the potential to be used more places in the future, so move them
there as well. `Lemire` is the only remaining trait; since it is small,
move it into the `dec2flt` root.

The `fmt::LowerExp` bound is removed from `Float` here since the trait
is moving into a module without `#[cfg(not(no_fp_fmt_parse))]` and it
isn't implemented with that config (it's not easily possible to add
`cfg` attributes to a single supertrait, unfortunately). This isn't a
problem since it isn't actually being used.
2026-03-14 04:34:52 -05:00
..
2026-02-14 21:23:30 +01:00
2025-01-26 10:26:36 +00:00
2025-01-26 10:26:36 +00:00
2025-01-26 10:26:36 +00:00
2025-01-26 10:26:36 +00:00
2025-01-26 10:26:36 +00:00
2026-02-14 21:23:30 +01:00
2025-01-26 10:26:36 +00:00
2025-06-07 11:40:49 +00:00
2025-01-26 10:26:36 +00:00
2025-01-26 10:26:36 +00:00
2025-01-26 10:26:36 +00:00
2025-01-26 10:26:36 +00:00
2025-01-26 10:26:36 +00:00
2025-01-26 10:26:36 +00:00
2026-02-14 21:23:30 +01:00