• N
    Add -Zinput-stats · f7dc917b
    Nick Cameron 提交于
    Emits loc, and node count - before and after expansion.
    
    E.g.,
    
    ```
    rustc: x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore
    Lines of code:             32060
    Pre-expansion node count:  120205
    Post-expansion node count: 482749
    ```
    f7dc917b
config.rs 45.2 KB