mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
48dfddd39e
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.