From 60ec8f8c6b78f8f8eea2e1137a0cc5c7a7893f40 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 31 Dec 2019 18:01:45 +0900 Subject: [PATCH] Rename test prefix --- tests/ui/crashes/{issue-2862.rs => ice-2862.rs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/ui/crashes/{issue-2862.rs => ice-2862.rs} (77%) 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 3587a08eab7e..47324ce18316 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;