We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--timings
1 parent 425a9c0 commit d2e1264Copy full SHA for d2e1264
src/bootstrap/src/utils/change_tracker.rs
@@ -506,4 +506,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
506
severity: ChangeSeverity::Warning,
507
summary: "It is no longer possible to `x clippy` with stage 0. All clippy commands have to be on stage 1+.",
508
},
509
+ ChangeInfo {
510
+ change_id: 145379,
511
+ severity: ChangeSeverity::Info,
512
+ summary: "Build/check now supports forwarding `--timings` flag to cargo.",
513
+ },
514
];
0 commit comments