rust/compiler
Nicholas Nethercote c3200c3bb5 Tweak -Zmacro-stats measurement.
It currently reports net size, i.e. size(output) - size(input). After
some use I think this is sub-optimal, and it's better to just report
size(output). Because for derive macros the input size is always 1, and
for attribute macros it's almost always 1.
2025-06-24 08:42:14 +10:00
..
2025-06-19 13:05:01 -05:00
2025-06-21 11:11:34 -07:00