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.
2 parents f81fcab + 93b1e78 commit 3a02514Copy full SHA for 3a02514
crates/rust-analyzer/src/reload.rs
@@ -142,6 +142,7 @@ impl GlobalState {
142
if self.fetch_build_data_error().is_err() {
143
status.health |= lsp_ext::Health::Warning;
144
message.push_str("Failed to run build scripts of some packages.\n\n");
145
+ message.push_str("Please refer to the logs for more details on the errors.");
146
}
147
if let Some(err) = &self.config_errors {
148
0 commit comments