simrat39 / rust-tools.nvim

Tools for better development in rust using neovim's builtin lsp
MIT License
2.17k stars 160 forks source link

proc macro `[name]` not expanded: Failed to run proc-macro server from path #427

Open ruan-molinari opened 9 months ago

ruan-molinari commented 9 months ago

This error is being highlighted in my code and I don't know what it is

proc macro '[name]' not expanded: Failed to run proc-macro server from path /Users/ruan/.rustup/toolchains/stable-aarch64-apple-darwin

Haven't found anything about this specific path error. What could it be?

I have already installed rust-analyzer and updated it, and the path doesn't require any special permission.