rust/tests/ui/stats
Nicholas Nethercote 862950b772 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.
2024-12-17 15:17:28 +11:00
..
input-stats.rs Merge -Zhir-stats into -Zinput-stats 2024-11-15 12:46:40 -05:00
input-stats.stderr Fix -Z inputs-stats ordering. 2024-12-17 15:17:28 +11:00
meta-stats.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00