mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
933e686e91
checksum-freshness: Fix invalid checksum calculation for binary files Admittedly this is not the cleanest way to achieve this, but SourceMap is quite intertwined with source files being represented as Strings. Tracking issue: https://github.com/rust-lang/cargo/issues/14136 Closes: rust-lang/rust#151090