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.
2 parents 112d4a2 + d2e1264 commit 271430eCopy full SHA for 271430e
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