Roll clang+rust llvmorg-18-init-8676-g11d07d9e-2 : llvmorg-18-init-9505-g10664813-1 / 49691b1f70d71dd7b8349c332b7f277ee527bf08-2 : 2e4e2a8f288f642cafcc41fff211955ceddc453d-1
https://chromium.googlesource.com/external/github.com/llvm/llvm-project/+log/11d07d9e..10664813
https://chromium.googlesource.com/external/github.com/rust-lang/rust/+log/49691b1f70d7..2e4e2a8f288f
Ran: ./tools/clang/scripts/upload_revision.py 10664813fca8d5ccbfd90bae9e791b7062dabd7c
and
tools/rust/gnrt_stdlib.py
Bug: 1494430
Change-Id: I078ada54ed067b4e662476f07bb2428ffc931adf
Disable-Rts: True
Cq-Include-Trybots: chromium/try:chromeos-amd64-generic-cfi-thin-lto-rel
Cq-Include-Trybots: chromium/try:dawn-win10-x86-deps-rel
Cq-Include-Trybots: chromium/try:lacros-arm64-generic-rel
Cq-Include-Trybots: chromium/try:linux_chromium_cfi_rel_ng
Cq-Include-Trybots: chromium/try:linux_chromium_msan_rel_ng
Cq-Include-Trybots: chromium/try:mac11-arm64-rel,mac_chromium_asan_rel_ng
Cq-Include-Trybots: chromium/try:ios-catalyst
Cq-Include-Trybots: chromium/try:win-asan
Cq-Include-Trybots: chromium/try:android-official,fuchsia-official
Cq-Include-Trybots: chromium/try:mac-official,linux-official
Cq-Include-Trybots: chromium/try:win-official,win32-official
Cq-Include-Trybots: chromium/try:linux-swangle-try-x64,win-swangle-try-x86
Cq-Include-Trybots: chrome/try:ipad-device
Cq-Include-Trybots: chrome/try:linux-chromeos-chrome
Cq-Include-Trybots: chrome/try:win-chrome,win64-chrome,linux-chrome,mac-chrome
Cq-Include-Trybots: chrome/try:linux-pgo,mac-pgo,win32-pgo,win64-pgo
Cq-Include-Trybots: chromium/try:android-rust-arm32-rel
Cq-Include-Trybots: chromium/try:android-rust-arm64-dbg
Cq-Include-Trybots: chromium/try:android-rust-arm64-rel
Cq-Include-Trybots: chromium/try:linux-rust-x64-dbg
Cq-Include-Trybots: chromium/try:linux-rust-x64-rel
Cq-Include-Trybots: chromium/try:mac-rust-x64-dbg
Cq-Include-Trybots: chromium/try:win-rust-x64-dbg
Cq-Include-Trybots: chromium/try:win-rust-x64-rel
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4974437
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1215984}
NOKEYCHECK=True
GitOrigin-RevId: 2ddafab42dc848ec41e7273c5609311c2431c22d
diff --git a/update_rust.py b/update_rust.py
index 8d2528c..b7e32f0 100755
--- a/update_rust.py
+++ b/update_rust.py
@@ -34,8 +34,8 @@
# In the case that a Rust roll fails and you want to roll Clang alone, reset
# this back to its previous value _AND_ set `OVERRIDE_CLANG_REVISION` below
# to the `CLANG_REVISION` that was in place before the roll.
-RUST_REVISION = '49691b1f70d71dd7b8349c332b7f277ee527bf08'
-RUST_SUB_REVISION = 2
+RUST_REVISION = '2e4e2a8f288f642cafcc41fff211955ceddc453d'
+RUST_SUB_REVISION = 1
# If not None, this overrides the `CLANG_REVISION` in
# //tools/clang/scripts/update.py in order to download a Rust toolchain that