rust/library/core/tests/fmt
Yuri Astrakhan c9ae0bbffb Fix FormattingOptions instantiation with Default
The `fill` value by default should be set to `' '` (space), but the current implementation uses `#[derive(Default)]` which sets it to `\0`
2025-01-24 01:58:33 -05:00
..
builders.rs Implement debug_more_non_exhaustive 2024-07-21 12:05:02 -05:00
float.rs Add tests for rounding of ties during float formatting 2022-10-20 22:09:24 +02:00
mod.rs Fix FormattingOptions instantiation with Default 2025-01-24 01:58:33 -05:00
num.rs avoid exhaustive i16 test in Miri 2023-11-15 19:23:04 +01:00