diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-08-18 22:50:13 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-08-18 22:50:13 +0800 |
| commit | d2e126435a2144c3e4a29acb7c6722318eb6b6c9 (patch) | |
| tree | ea3aab989e0ce80e73bb2a64cc6bb1a2ebf13d40 | |
| parent | 425a9c0a0e365c0b8c6cfd00c2ded83a73bed9a0 (diff) | |
| download | rust-d2e126435a2144c3e4a29acb7c6722318eb6b6c9.tar.gz rust-d2e126435a2144c3e4a29acb7c6722318eb6b6c9.zip | |
Add change tracker entry for `--timings`
| -rw-r--r-- | src/bootstrap/src/utils/change_tracker.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bootstrap/src/utils/change_tracker.rs b/src/bootstrap/src/utils/change_tracker.rs index b454a8ddefb..b2f9960a449 100644 --- a/src/bootstrap/src/utils/change_tracker.rs +++ b/src/bootstrap/src/utils/change_tracker.rs @@ -506,4 +506,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[ severity: ChangeSeverity::Warning, summary: "It is no longer possible to `x clippy` with stage 0. All clippy commands have to be on stage 1+.", }, + ChangeInfo { + change_id: 145379, + severity: ChangeSeverity::Info, + summary: "Build/check now supports forwarding `--timings` flag to cargo.", + }, ]; |
