Skip to content

Commit f928d78

Browse files
committed
clippy-driver: Update bug URL to use the ice template
1 parent 1d33469 commit f928d78

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)