bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59214: [PATCH] Alternate rust-analyzer command added


From: M. Ian Graham
Subject: bug#59214: [PATCH] Alternate rust-analyzer command added
Date: Thu, 17 Nov 2022 10:52:54 +0000

Pankaj Jangid <pankaj@codeisgreat.org> wrote:

> -(defvar eglot-server-programs `((rust-mode . ,(eglot-alternatives 
> '("rust-analyzer" "rls")))
> +(defvar eglot-server-programs `((rust-mode . ,(eglot-alternatives 
> '(("rustup" "run" "stable" "rust-analyzer") "rls")))

Another open question and source of future bug reports: How does a rustup user 
make eglot work with the nightly release channel when stable is specified here?

Nightly is required by some libraries, and a minority of people use it in 
development for improved error messages and other benefits.

Are we asking those people to redefine eglot-server-programs?

Cheers,
Ian






reply via email to

[Prev in Thread] Current Thread [Next in Thread]