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 356f3f4 + 00fb741 commit 8463238Copy full SHA for 8463238
src/tools/rust-analyzer/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