We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6121d3 commit 306cacdCopy full SHA for 306cacd
1 file changed
lang/rust/repo.go
@@ -30,6 +30,7 @@ import (
30
const MaxWaitDuration = 5 * time.Minute
31
32
func InstallLanguageServer() (string, error) {
33
+ log.Info("Installing rust-analyzer...")
34
// check rustup exe exists
35
if _, err := exec.LookPath("rustup"); err != nil {
36
return "", fmt.Errorf("failed to find rustup, please install rustup first: https://rustup.rs")
0 commit comments