From fd053df0b155b9fa2ac483fba97052de0ec4985a Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 31 Aug 2020 20:10:49 +0200 Subject: [PATCH] [FIX] Install rust-src for LSP tasks --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e64914c..6e11c5f 100644 --- a/Makefile +++ b/Makefile @@ -209,6 +209,7 @@ unstow-tmux: .PHONY: rust rust: rustup default stable + rustup component add rust-src # For rust-analyzer .PHONY: haskell haskell: