clippy-driver: Update bug URL to use the ice template

This commit is contained in:
xFrednet 2023-07-16 11:50:15 +02:00
parent 1d33469658
commit f928d78211
No known key found for this signature in database
GPG key ID: F5C59D0E669E5302
2 changed files with 2 additions and 2 deletions

View file

@ -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() {

View file

@ -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>