mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +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.