Closed NiciTheNici closed 2 years ago
Test steps on macOS with coc-rust-analyzer v0.65.1 and rust-analyzer 2022-07-03
cd /tmp
echo 'fn main() {\n println!("hello");\n}' > foo.rs
nvim foo.rs
, indexing worksUpdated: looks like there's something broken with rust-analyzer:
There's no error on bar
, code action on bar
works as expected.
Updated: same on VS Code + rust-analyzer code foo.rs
:
@fannheyward how do you get the different color completion like this:
@shafouz coc.nvim 0.0.82 provides custom completion menu https://github.com/neoclide/coc.nvim/pull/3862
Identical to the original #828 issue (preferably reopen that one). I have asked multiple peers who could confirm the same behavior.
What's the output of
:CocInfo
What's the output of
:CocCommand rust-analyzer.serverVersion