question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failure with Latest Rust-Analyzer

See original GitHub issue

After updating to the December 21st version of rust-analyzer, I get the following:

[coc.nvim] The "rust-analyzer" server crashed 5 times in the last 3 minutes. The server will not be restarted.

:CocCommand rust-analyzer.serverVersion returns [coc.nvim] rust-analyzer 5e2935e

Not really sure how to get any more useful info. If there is some other info that would be useful, feel free to ask.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:26
  • Comments:24 (4 by maintainers)

github_iconTop GitHub Comments

12reactions
fannheywardcommented, Dec 22, 2020

Try v0.24.0

10reactions
mnbbrowncommented, Dec 21, 2020

@Iniesta8 my workaround is to install an older release (i’ve done it via homebrew) and set a custom serverPath in "~/.config/nvim/coc-settings.json" via :CocConfig:

{
  "rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer",
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues · rust-lang/rust-analyzer - GitHub
Issues list. Command Palette's Symbols (Ctrl-R or Ctrl-P,@) on already opened file does not show any item, even though rust-analyzer has completed indexing....
Read more >
rust-analyzer failed to discover workspace in vscode
The rust-analyzer needs a Cargo.toml to detect the workspace. You could create a new rust project with cargo : cargo new your-project.
Read more >
'Rust-analyzer' extension fails to start. : r/rust - Reddit
Hello, I am having a problem with the 'Rust-analyzer' (version 0.2.853, stable) extension, I am using VSCodium (version 1.69.1) I got ...
Read more >
rust-analyzer
rust -analyzer is an implementation of Language Server Protocol for the Rust programming language. It provides features like completion and goto definition ...
Read more >
Rust-analyzer vscode failing - help
I created a new folder and did a cargo init in it and now rust-analyzer won't work in it. The error is something...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found