[ERROR][2022-08-12 14:10:07] .../vim/lsp/rpc.lua:439 .... Permission denied

I’m not sure if it is a bug or not, but let me show the scenario:

[ERROR][2022-08-12 14:10:07] …/vim/lsp/rpc.lua:439 “rpc” “/home/borba/.local/bin/rust-analyzer” “stderr” ‘[ERROR rust_analyzer::lsp_utils] rust-analyzer failed to load workspace: “/home/borba/.cargo/bin” “–version” failed: Permission denied (os error 13)\n\n’

nvim -version
NVIM v0.8.0-dev-701-g2a9c9371b
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3

Permissions folders and files

drwxrwxr-x 5 borba borba 4.0K Aug 12 14:19 .local

borba@pluto ~/.local
❯ l
total 20K
drwxrwxr-x 5 borba borba 4.0K Aug 12 14:19 .
drwxr-x—+ 27 borba borba 4.0K Aug 12 14:21 …
drwxrwxr-x 2 borba borba 4.0K Aug 1 18:59 bin

borba@pluto ~/.local/bin
❯ ll
total 38M
-rwxrwxr-x 1 borba borba 38M Aug 11 13:04 rust-analyzer

I’ve running chmod to full access and always the same error. Is it a bug or something that I’m missing?