From 2d80b5ecc74fd89bf56430e99cda43005065bf0d Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Sun, 5 Aug 2018 10:18:10 +0100 Subject: [PATCH] d-ignore-impl-generic-mismatch-diff Gbp-Pq: Name d-ignore-impl-generic-mismatch-diff.patch --- src/test/ui/impl-trait/impl-generic-mismatch.stderr | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/test/ui/impl-trait/impl-generic-mismatch.stderr b/src/test/ui/impl-trait/impl-generic-mismatch.stderr index a5f1580b60..029ad79fe2 100644 --- a/src/test/ui/impl-trait/impl-generic-mismatch.stderr +++ b/src/test/ui/impl-trait/impl-generic-mismatch.stderr @@ -29,11 +29,6 @@ error[E0643]: method `hash` has incompatible signature for trait | LL | fn hash(&self, hasher: &mut impl Hasher) {} | ^^^^^^^^^^^ expected generic parameter, found `impl Trait` - | - ::: $SRC_DIR/libcore/hash/mod.rs:185:13 - | -LL | fn hash(&self, state: &mut H); - | - declaration in trait here error: aborting due to 3 previous errors -- 2.30.2