Skip to content

Commit 271430e

Browse files
authored
Rollup merge of #145576 - jieyouxu:bootstrap-timings, r=Kobzol
Add change tracker entry for `--timings` Follow-up to #145379. Forgor when reviewing. r? `@Kobzol`
2 parents 112d4a2 + d2e1264 commit 271430e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,4 +506,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
506506
severity: ChangeSeverity::Warning,
507507
summary: "It is no longer possible to `x clippy` with stage 0. All clippy commands have to be on stage 1+.",
508508
},
509+
ChangeInfo {
510+
change_id: 145379,
511+
severity: ChangeSeverity::Info,
512+
summary: "Build/check now supports forwarding `--timings` flag to cargo.",
513+
},
509514
];

0 commit comments

Comments
 (0)