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 d78c299 commit b1dffcfCopy full SHA for b1dffcf
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 = None
+FALLBACK_CLANG_VERSION = 'llvmorg-16-init-9369-g87a20868-1'
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