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 a8f1e41 commit dbd7600Copy full SHA for dbd7600
crates/rust-analyzer/src/main_loop.rs
@@ -484,7 +484,7 @@ impl GlobalState {
484
req.id,
485
// FIXME: i32 should impl From<ErrorCode> (from() guarantees lossless conversion)
486
lsp_server::ErrorCode::ContentModified as i32,
487
- "Rust Analyzer is still loading...".to_owned(),
+ "waiting for cargo metadata or cargo check".to_owned(),
488
));
489
return Ok(());
490
}
0 commit comments