diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/rust-analyzer/src/main_loop.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/main_loop.rs b/crates/rust-analyzer/src/main_loop.rs index a5655116b..47c6c6d77 100644 --- a/crates/rust-analyzer/src/main_loop.rs +++ b/crates/rust-analyzer/src/main_loop.rs | |||
@@ -484,7 +484,7 @@ impl GlobalState { | |||
484 | req.id, | 484 | req.id, |
485 | // FIXME: i32 should impl From<ErrorCode> (from() guarantees lossless conversion) | 485 | // FIXME: i32 should impl From<ErrorCode> (from() guarantees lossless conversion) |
486 | lsp_server::ErrorCode::ContentModified as i32, | 486 | lsp_server::ErrorCode::ContentModified as i32, |
487 | "Rust Analyzer is still loading...".to_owned(), | 487 | "waiting for cargo metadata or cargo check".to_owned(), |
488 | )); | 488 | )); |
489 | return Ok(()); | 489 | return Ok(()); |
490 | } | 490 | } |