aboutsummaryrefslogtreecommitdiff
path: root/rust_tools/rust_watch.py
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2023-02-01 19:15:55 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-02 19:46:04 +0000
commit028ba04b7d1aadae0dac3919d14f4555408b565d (patch)
treec7f070fbe7f6e4ec068cc1279b9fff7f6fc6feb6 /rust_tools/rust_watch.py
parent463b80e7028741ca70598977254075893e027f69 (diff)
downloadtoolchain-utils-028ba04b7d1aadae0dac3919d14f4555408b565d.tar.gz
rust_watch: add a note about the stable-to-stable upstream bug tag
This is potentially helpful when trying to figure out why a new version of Rust is breaking. BUG=b:267548169 TEST=unittests Change-Id: I710bfb0b8a1dc9821110f5d2ca56aa9b44f09e2f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/4215318 Tested-by: George Burgess <gbiv@chromium.org> Reviewed-by: Bob Haarman <inglorion@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'rust_tools/rust_watch.py')
-rwxr-xr-xrust_tools/rust_watch.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/rust_tools/rust_watch.py b/rust_tools/rust_watch.py
index dff239f3..953017b4 100755
--- a/rust_tools/rust_watch.py
+++ b/rust_tools/rust_watch.py
@@ -257,7 +257,11 @@ def maybe_compose_bug(
title = f"[Rust] Update to {newest_release}"
body = (
"A new release has been detected; we should probably roll to it. "
- "Please see go/crostc-rust-rotation for who's turn it is."
+ "Please see go/crostc-rust-rotation for who's turn it is.\n"
+ "\n"
+ "The regression-from-stable-to-stable tag might be interesting to "
+ "keep an eye on: https://github.com/rust-lang/rust/labels/"
+ "regression-from-stable-to-stable"
)
return title, body