From 9afda2c5b72bfddb86fb9ce733d214b77b408cd6 Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Mon, 2 May 2022 23:59:55 +0200 Subject: [PATCH] Add rust-src to toolchain components --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a24afec2..9667a009 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] channel = "nightly-2022-04-10" -components = ["llvm-tools-preview", "rustfmt"] +components = ["rust-src", "llvm-tools-preview", "rustfmt"] targets = ["aarch64-unknown-none-softfloat"]