Skip to content

Commit 88fe984

Browse files
committed
Update Rust toolchain build to use clang-r399163b.
Test: ./build.py Change-Id: I5704256b48beee89fc55c21b49b7ac2702bb274f
1 parent f6c6a6a commit 88fe984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
THIS_DIR = os.path.realpath(os.path.dirname(__file__))
2020

2121
STAGE0_RUST_VERSION = '1.46.0'
22-
CLANG_REVISION = 'r383902b'
22+
CLANG_REVISION = 'r399163b'
2323

2424

2525
def workspace_path(*args):

0 commit comments

Comments
 (0)