mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 14:13:24 +03:00
9639a7c522
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`