diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2019-12-31 18:01:45 +0900 |
|---|---|---|
| committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2019-12-31 20:55:12 +0900 |
| commit | de6fe1071bef23635b56bfbff24f3b300dfb4865 (patch) | |
| tree | 845fe6b1d15075b6cfd1191bae8192debeda90a1 | |
| parent | 50a8582980e8a0db3b13a2586f1ba3d261925706 (diff) | |
| download | rust-de6fe1071bef23635b56bfbff24f3b300dfb4865.tar.gz rust-de6fe1071bef23635b56bfbff24f3b300dfb4865.zip | |
Rename test prefix
| -rw-r--r-- | tests/ui/crashes/ice-2862.rs (renamed from tests/ui/crashes/issue-2862.rs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/crashes/issue-2862.rs b/tests/ui/crashes/ice-2862.rs index 3587a08eab7..47324ce1831 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, F: Fn() -> B>(&self, f: F) -> B; |
