mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 21:05:30 +00:00
Fix `tests/debuginfo/strings-and-strs`. It fails on my machine because it embeds pointer addresses in the expected output. This commit replaces the addresses with `0x[...]`. r? ```@Mark-Simulacrum```