diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-12-17 14:44:35 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-12-17 15:17:28 +1100 |
| commit | 862950b772daacce267aac9db7695d96ced64faa (patch) | |
| tree | c3216f2ea5491cf058effb76e7b25d7372ce5d5b /compiler/rustc_interface/src | |
| parent | f2b91ccbc27cb06369aa2dd934ff219e156408a8 (diff) | |
| download | rust-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
