about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-12-17 14:44:35 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2024-12-17 15:17:28 +1100
commit862950b772daacce267aac9db7695d96ced64faa (patch)
treec3216f2ea5491cf058effb76e7b25d7372ce5d5b /compiler/rustc_interface/src
parentf2b91ccbc27cb06369aa2dd934ff219e156408a8 (diff)
downloadrust-862950b772daacce267aac9db7695d96ced64faa.tar.gz
rust-862950b772daacce267aac9db7695d96ced64faa.zip
Fix `-Z inputs-stats` ordering.
In #129533 the main hash function changed and the order of `-Z
input-stats` output changed, which showed that it is dependent on the
hash function, even though it is sorted. That's because entries with the
same cumulative size are ordered in a way that depends on the hash
function.

This commit fixes that by using the entry label as the secondary
ordering key.
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions