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.
1 parent ccc302b commit 10bec8fCopy full SHA for 10bec8f
src/bootstrap/src/utils/change_tracker.rs
@@ -466,4 +466,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
466
severity: ChangeSeverity::Info,
467
summary: "The --extra-checks flag now supports prefixing any check with `auto:` to only run it if relevant files are modified",
468
},
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
+ },
474
];
0 commit comments