Open felipesere opened 2 years ago
I'm running across this too !!
For others wanting to follow along, there's an issue on the rust-analyzer repo too. The issue's author says it affects VSCode too, not just Neovim. https://github.com/rust-analyzer/rust-analyzer/issues/10554
I was having the exact same problem @felipesere. I downgraded from nvim 0.6 to nvim 0.5.1, and I'm getting no errors with rust-analyzer anymore. Seems there was an update to nvim that caused rust-analyzer to break.
@hanzelik @tjkirch there's any workaround until this problem is fixed? I updated nvim recently and my inlayHints got messy as well. Thanks in advance.
@bluretrece I wish I knew... I had to downgrade neovim to 0.5.1.
Fwiw inlay hints works with https://github.com/simrat39/rust-tools.nvim.
There are discussions to bring this to Neovim proper: https://github.com/neovim/neovim/issues/18086
I've just updated both so I'm not 100% sure which one it is (though my money is on RA), but when I start nvim I now get the following error on a Rust file
Type hints do appear though, which is super weird?