Skip to content

Commit a5c8701

Browse files
authored
Unrolled build for #145576
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 05f5a58 + d2e1264 commit a5c8701

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)