mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-29 10:58:02 +00:00
Merge pull request #20389 from Veykril/push-ssyssvnrywvy
Slim down compile time artifact progress reports
This commit is contained in:
commit
135f94a02b
2 changed files with 3 additions and 7 deletions
|
|
@ -812,7 +812,7 @@ impl GlobalState {
|
|||
};
|
||||
|
||||
if let Some(state) = state {
|
||||
self.report_progress("Building build-artifacts", state, msg, None, None);
|
||||
self.report_progress("Building compile-time-deps", state, msg, None, None);
|
||||
}
|
||||
}
|
||||
Task::LoadProcMacros(progress) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue