rust/library/coretests/tests/fmt
Martin Nordholts 697737a8b1 core: Make Debug impl of raw pointers print metadata if present
Make Rust pointers less magic by including metadata information in their
`Debug` output.

This does not break Rust stability guarantees because `Debug` output is
explicitly exempted from stability:
https://doc.rust-lang.org/std/fmt/trait.Debug.html#stability

Co-authored-by: Lukas <26522220+lukas-code@users.noreply.github.com>
Co-authored-by: Josh Stone <cuviper@gmail.com>
2025-02-15 17:27:55 +01:00
..
builders.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
float.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00
mod.rs core: Make Debug impl of raw pointers print metadata if present 2025-02-15 17:27:55 +01:00
num.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00