-
Notifications
You must be signed in to change notification settings - Fork 775
Open
Description
For instance, if one uses std::iter::repeat_n(t, n)
, with current stable channel, it compiles but YCM claims with an Error diagnostic that it is unstable.
(If you use repeat(t).take(n)
instead, cargo clippy
even warns you that you should use repeat_n
now!)
It would be nice to use either stable
, or better, to use the version of rust-analyzer
which is already installed user-wide by rustup
.
This way the diagnostics provided in vim
would always be the same than those provided by commands such as cargo check
.
Also, it would avoid installing rust-analyzer
twice.
ariel-miculas
Metadata
Metadata
Assignees
Labels
No labels