We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d8c7a commit d0e50c9Copy full SHA for d0e50c9
update_rust.py
@@ -45,7 +45,7 @@
45
# This should almost always be None. When a breakage happens the fallback should
46
# be temporary. Once fixed, the applicable revision(s) above should be updated
47
# and FALLBACK_CLANG_VERSION should be reset to None.
48
-FALLBACK_CLANG_VERSION = 'llvmorg-16-init-907-g8b740747-4'
+FALLBACK_CLANG_VERSION = None
49
50
# Hash of src/stage0.json, which itself contains the stage0 toolchain hashes.
51
# We trust the Rust build system checks, but to ensure it is not tampered with
0 commit comments