summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_codegen_gcc/rust-toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_codegen_gcc/rust-toolchain')
-rw-r--r--compiler/rustc_codegen_gcc/rust-toolchain3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/rust-toolchain b/compiler/rustc_codegen_gcc/rust-toolchain
new file mode 100644
index 000000000..b20aeb979
--- /dev/null
+++ b/compiler/rustc_codegen_gcc/rust-toolchain
@@ -0,0 +1,3 @@
+[toolchain]
+channel = "nightly-2022-06-06"
+components = ["rust-src", "rustc-dev", "llvm-tools-preview"]