Skip to content

Commit 10bec8f

Browse files
committed
Add change_tracker.rs entry
1 parent ccc302b commit 10bec8f

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
@@ -466,4 +466,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
466466
severity: ChangeSeverity::Info,
467467
summary: "The --extra-checks flag now supports prefixing any check with `auto:` to only run it if relevant files are modified",
468468
},
469+
ChangeInfo {
470+
change_id: 143785,
471+
severity: ChangeSeverity::Info,
472+
summary: "A --compile-time-deps flag has been added to reduce the time it takes rust-analyzer to start",
473+
},
469474
];

0 commit comments

Comments
 (0)