diff --git a/tests/ui/crashes/issue-2862.rs b/tests/ui/crashes/ice-2862.rs similarity index 77% rename from tests/ui/crashes/issue-2862.rs rename to tests/ui/crashes/ice-2862.rs index 3587a08eab7e7..47324ce183169 100644 --- a/tests/ui/crashes/issue-2862.rs +++ b/tests/ui/crashes/ice-2862.rs @@ -1,6 +1,6 @@ // run-pass -/// Test for https://github.com/rust-lang/rust-clippy/issues/2826 +/// Test for https://github.com/rust-lang/rust-clippy/issues/2862 pub trait FooMap { fn map B>(&self, f: F) -> B;