You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating Rust from the old version 1.84.1 to the new 1.85.x autoimport has stopped adding the module path to the use section of file. At the same time, completion works fine.
If I switch to the old version of Rust 1.84.1 sh# rustup default 1.84 then autoimport works perfectly with the same vim-lsp settings.
I tried different values in granularity.group and granularity.enforce but autoimport did not work.
rust-analyzer version: 1.85.1 (4eb1612 2025-03-15)
rustc version: 1.85.1 (4eb161250 2025-03-15)
editor or extension: vim 9.1.1198-1 + vim-lsp
After updating Rust from the old version 1.84.1 to the new 1.85.x autoimport has stopped adding the module path to the use section of file. At the same time, completion works fine.
If I switch to the old version of Rust 1.84.1
sh# rustup default 1.84
then autoimport works perfectly with the same vim-lsp settings.I tried different values in
granularity.group
andgranularity.enforce
but autoimport did not work.vim-lsp settings:
The text was updated successfully, but these errors were encountered: