rust/compiler/rustc_ast_pretty/src
Matthias Krüger 9639a7c522
Rollup merge of #142069 - nnethercote:Zmacro-stats, r=petrochenkov
Introduce `-Zmacro-stats`

Introduce `-Zmacro-stats`.

It collects data about macro expansions and prints them in a table after expansion finishes. It's very useful for detecting macro bloat, especially for proc macros.

r? `@petrochenkov`
2025-06-13 05:16:56 +02:00
..
pp Introduce BoxMarker to pretty-printing. 2025-04-28 15:51:25 +10:00
pprust Rollup merge of #142069 - nnethercote:Zmacro-stats, r=petrochenkov 2025-06-13 05:16:56 +02:00
helpers.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lib.rs Introduce BoxMarker to pretty-printing. 2025-04-28 15:51:25 +10:00
pp.rs Enable BoxMarker drop checking. 2025-05-03 09:14:27 +10:00