about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-12-14 17:23:51 +0000
committerbors <bors@rust-lang.org>2020-12-14 17:23:51 +0000
commit6c83e5684d653356155434849a6b14efc98afbf2 (patch)
treed787eee74bc35ab7fdeb9956cbcb059ae37c9b16
parent5b038341fb71bccd4870a47edc18c1e8b1526ee4 (diff)
parent8b1e9ed85b180553ce74af1555ad7d980f79667c (diff)
Auto merge of #6452 - matthiaskrgr:bump_nightly, r=flip1995
bump pinned nightly from nightly-2020-12-09 to nightly-2020-12-14

This should hopefully fix incremental compilation ICEs in rustc that I have encountered multiple times while working with the previously pinned nightly.

changelog: none
-rw-r--r--rust-toolchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain
index dfa7dea449a..ac51154f8a9 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,3 +1,3 @@
 [toolchain]
-channel = "nightly-2020-12-09"
+channel = "nightly-2020-12-14"
 components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]