File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -609,6 +609,13 @@ def GitApplyCherryPicks():
609
609
GitCherryPick (RUST_SRC_DIR , 'https://github.com/rust-lang/rust.git' ,
610
610
'edb669350a59ce48586152cf87b1d1f2841cea62' )
611
611
612
+ # TODO(crbug.com/373552119): Remove once
613
+ # https://github.com/rust-lang/rust/pull/131805 lands and we roll past it.
614
+ GitCherryPick (RUST_SRC_DIR , 'https://github.com/rust-lang/rust.git' ,
615
+ '6de277c03922fd67ad5d13daa9325357e7a02ac7' )
616
+ GitCherryPick (RUST_SRC_DIR , 'https://github.com/rust-lang/rust.git' ,
617
+ '18bbf5f118e721477fec1cde3c11d3fd2faebcd3' )
618
+
612
619
print ('Finished applying cherry-picks.' )
613
620
614
621
Original file line number Diff line number Diff line change 32
32
# These fields are written by //tools/clang/scripts/upload_revision.py, and
33
33
# should not be changed manually.
34
34
RUST_REVISION = 'eb4e2346748e1760f74fcaa27b42431e0b95f8f3'
35
- RUST_SUB_REVISION = 1
35
+ RUST_SUB_REVISION = 2
36
36
37
37
# The revision of Crubit to use from https://github.com/google/crubit
38
38
#
You can’t perform that action at this time.
0 commit comments