Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#96106 - jihiggins:issue-96060, r=Mark-Simulacrum
Add type_name info to [TIMING] log output Adds type_name to the [TIMING] log output: ``` [TIMING] (bootstrap::compile::Sysroot) Sysroot { compiler: Compiler { stage: 0, host: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } } } -- 0.020 [TIMING] (bootstrap::builder::Builder::sysroot_libdir::Libdir) Libdir { compiler: Compiler { stage: 0, host: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } }, target: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } } -- 0.007 ``` Not sure if that's the best way to format it. Thought about replacing the struct's name with the type_name output, but that feels kind of hacky? Closes rust-lang#96060
- Loading branch information