mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 12:17:27 +00:00
Fix Ord, Eq and Hash implementation of panic::Location Fixes https://github.com/rust-lang/rust/issues/144486. Now properly compares/hashes the filename rather than the pointer to the string.