From b17b2131610d3467f3a971ce5194dec6959f7446 Mon Sep 17 00:00:00 2001 From: Damian Pound Date: Fri, 2 Apr 2021 22:03:31 -0500 Subject: [PATCH] Temporary LLVM Error Workaround --- rust-toolchain | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rust-toolchain diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 0000000..865a824 --- /dev/null +++ b/rust-toolchain @@ -0,0 +1,5 @@ +# TODO: Remove this file once issue #29 is resolved upstream +# Upstream: https://github.com/rust-lang/compiler-builtins/issues/400 +[toolchain] +channel = "nightly-2021-01-07" +components = ["rust-src"]