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 ac0db92 commit a963cd9Copy full SHA for a963cd9
build_rust.py
@@ -617,11 +617,9 @@ def GitApplyCherryPicks():
617
'8c7a7e346be4cdf13e77ab4acbfb5ade819a4e60',
618
])
619
620
- # TODO(b/363219692): Remove once
621
- # https://github.com/rust-lang/rust/pull/129894 or a similar fix has been
622
- # merged.
+ # TODO: Remove once we roll past this revision.
623
GitCherryPick(RUST_SRC_DIR, 'https://github.com/rust-lang/rust.git',
624
- 'f20103f9f3e35dad241dd81cd3ae9eb2dafb3f44')
+ 'edb669350a59ce48586152cf87b1d1f2841cea62')
625
626
print('Finished applying cherry-picks.')
627
0 commit comments