From a4b2b853b9d0af62dad112cd0012238538e31592 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 30 Apr 2023 17:14:08 +0200 Subject: [PATCH] Add `rust-src` component --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 542cbc90..644ae933 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] channel = "nightly" targets = ["x86_64-unknown-none"] -components = ["llvm-tools-preview"] +components = ["rust-src", "llvm-tools-preview"]