Open
Description
Problem
Currently --timings doesn't report codegen timings for binary crates.
Proposed Solution
- Emit unused metadata for bin's so codegen timings get reported
- Or waiting for Add
--json=timings
option to print build timings compiler-team#873
Notes
Created from