Skip to content

Commit 9109533

Browse files
committed
Auto merge of rust-lang#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 🍨 🍦 and have a beautiful day. 🙃 changelog: none
2 parents d9c24d1 + f928d78 commit 9109533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ You can use tool lints to allow or deny lints from your code, eg.:
192192
);
193193
}
194194

195-
const BUG_REPORT_URL: &str = "https://github.com/rust-lang/rust-clippy/issues/new";
195+
const BUG_REPORT_URL: &str = "https://github.com/rust-lang/rust-clippy/issues/new?template=ice.yml";
196196

197197
#[allow(clippy::too_many_lines)]
198198
pub fn main() {

tests/ui-internal/custom_ice_message.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
33

44
error: the compiler unexpectedly panicked. this is a bug.
55

6-
note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new
6+
note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new?template=ice.yml
77

88
note: rustc <version> running on <target>
99

0 commit comments

Comments
 (0)