rust/library/core/tests/fmt
Trevor Gross 827970ebe9 Implement `debug_more_non_exhaustive`
Add a `.finish_non_exhaustive()` method to `DebugTuple`, `DebugSet`,
`DebugList`, and `DebugMap`. This indicates that the structures have
remaining items with `..`.

This implements the ACP at
<https://github.com/rust-lang/libs-team/issues/248>.
2024-07-21 12:05:02 -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 apply fmt 2024-01-11 15:04:48 +03:00
num.rs avoid exhaustive i16 test in Miri 2023-11-15 19:23:04 +01:00