mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

### What does this PR try to resolve? Part of #15844 Set up `-Zbuild-analysis` flag and `build.analysis` configuration table to lay the ground work. when `build.analysis.enabled = true`, enables HTML timing output to pretend we are persisting timing data for now. This will change when the storage part is implemented. ### How to test and review this PR?