about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-07-17 07:47:23 +0000
committerbors <bors@rust-lang.org>2023-07-17 07:47:23 +0000
commit91095334bf4d0906b4e7af41e236bf971ac2f445 (patch)
treee47044133f5d7aba64e8602833da0cb430c61d97
parentd9c24d1b1ee61f276e550b967409c9f155eac4e3 (diff)
parentf928d7821184dff5ab648594a2b6c13f59a32fba (diff)
downloadrust-91095334bf4d0906b4e7af41e236bf971ac2f445.tar.gz
rust-91095334bf4d0906b4e7af41e236bf971ac2f445.zip
Auto merge of #11168 - xFrednet:00000-free-ice-cream, r=flip1995
Update bug URL to use the ice template

The previous URL linked to the blank new issue from without any template. This will now link to the ICE template :)

* Before: https://github.com/rust-lang/rust-clippy/issues/new
* After: https://github.com/rust-lang/rust-clippy/issues/new?template=ice.yml

That's it, nothing too interesting besides that. For everyone reading this: here, have some free cream :ice_cream: :icecream: and have a beautiful day. :upside_down_face:

changelog: none
-rw-r--r--src/driver.rs2
-rw-r--r--tests/ui-internal/custom_ice_message.stderr2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/driver.rs b/src/driver.rs
index ee17feed77a..1d89477dcc1 100644
--- a/src/driver.rs
+++ b/src/driver.rs
@@ -192,7 +192,7 @@ You can use tool lints to allow or deny lints from your code, eg.:
     );
 }
 
-const BUG_REPORT_URL: &str = "https://github.com/rust-lang/rust-clippy/issues/new";
+const BUG_REPORT_URL: &str = "https://github.com/rust-lang/rust-clippy/issues/new?template=ice.yml";
 
 #[allow(clippy::too_many_lines)]
 pub fn main() {
diff --git a/tests/ui-internal/custom_ice_message.stderr b/tests/ui-internal/custom_ice_message.stderr
index b88aeae2a9b..31df0ebd9fd 100644
--- a/tests/ui-internal/custom_ice_message.stderr
+++ b/tests/ui-internal/custom_ice_message.stderr
@@ -3,7 +3,7 @@ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
 
 error: the compiler unexpectedly panicked. this is a bug.
 
-note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new
+note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new?template=ice.yml
 
 note: rustc <version> running on <target>