Closed westernwontons closed 9 months ago
Hey :wave:
Are you able to reproduce this with neovim 0,9? I haven't been able to reproduce it (using a nightly build from Feb. 19), and the stack trace doesn't contain any rustaceanvim files, which tells me this is probably a bug in the nightly build you're using.
Apparently, I had an old rust-analyzer version installed and the error from neovim was masking the real error
Apparently, I had an old rust-analyzer version installed and the error from neovim was masking the real error
Glad you could solve it :smile:
neovim was masking the real error
https://github.com/neovim/neovim/pull/27688 should fix this
Neovim version (nvim -v)
NVIM v0.10.0-dev-2404+geb1e8c12e
Operating system/version
MacOS Sonoma 14.2.1
Output of :checkhealth rustaceanvim
How to reproduce the issue
Expected behaviour
rust-analyzer starts successfully
Actual behaviour
Following error happens:
// notice error:
The minimal config used to reproduce this issue.