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
Change Rust language server to rust-analyzer, drop rls
rust-analyzer is the officially blessed Language Server for Rust:
rust-lang/rfcs#2912
Also drop the special support code for RLS.
* eglot.el (eglot-server-programs): Change rust-mode language server
from rls to rust-analyzer.
(eglot-rls, jsonrpc-connection-ready-p)
(eglot-handle-notification): Delete.
* README.md: Update references for RLS to point to rust-analyzer.
0 commit comments