mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-04 15:05:30 +00:00
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`