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"]