Add rust-src component

This commit is contained in:
Philipp Oppermann
2023-04-30 17:14:08 +02:00
parent 0a21782583
commit a4b2b853b9

View File

@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly"
targets = ["x86_64-unknown-none"]
components = ["llvm-tools-preview"]
components = ["rust-src", "llvm-tools-preview"]