mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
e45fd0686f
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```