mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
09d56a749c
Remove `HashStable` impls for `FileName` and `RealFileName` These impls were unused, and incorrectly hashed the local (non-remapped) path for `RealFileName::Remapped` (which would break reproducible builds if these impls were used).