How to enable rustc/rust-analyzer Full Compiler Diagnostic in Neovim?
You can press the rustc(Click for full compiler diagnostic)
inside the vscode errors panel, I’m not necessarily looking for that exact same “click” feature inside Neovim, but I definitely want to get the actual full compiler diagnostic
itself somehow because they are very helpful.
Not able to configure inlay hints for neovim v10
I am currently using neovim nightly and though I am getting InlayHints for rust it is only parameter types I am not getting lifetime ellision hints on trying to change the configuration I saw on the rust_analyzer docs..
I have tried multiple approaches like using setup_handlers
of mason-lspconfig.
Trying to setup the lsp outside of the mason-lspconfig.