-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cyclic dependencies prevent rust-analyzer from running properly #3390
Comments
One thing that might be helpful would be to run |
I think that's a known issue: when we lower |
For like 15 minutes, still running. |
I'm using |
Compiling the more recent rust-analyzer versions basically resulted in the problem going away for me as well. |
When used in VSCode, having the cyclic dev dependency prevents ctrl-clicking to jump to the implementation, but no error shows up. |
I've had lots of problems with rust-analyzer in the last 6 months and I think it's also due to cyclic dependencies |
It still prevents ctrl + click in v0.3.1823. I am using VsCode Version: 1.85.2 (Universal). |
Automatic Rustup
Still have prevents |
For people stumbling over this, #14167 is the tracking issue for this |
Follow up to the discussion that happened here:
emacs-lsp/lsp-mode#1467
Emacs lsp-mode was reporting that rust-analyzer was not running although it was. At least, according to the
ps aux | grep rust-analyzer
it was indeed the case. However, rust-analyzer was not providing lsp-mode with the responses it expected.Running rust-analyzer apparently on a large project such as substrate, it was noted that the rust-analyzer logs where as follows:
Although LSP reported that rust-analyzer was "initialized successfully", no service was provided by lsp mode whether that was goto-definition or autocompletion.
Note: I made sure i compiled and tested the latest master(commit: ea67e23 )
The text was updated successfully, but these errors were encountered: