From: Debian Rust Maintainers Date: Sun, 5 Aug 2018 09:18:10 +0000 (+0100) Subject: d-ignore-impl-generic-mismatch-diff X-Git-Tag: archive/raspbian/1.28.0+dfsg1-2+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2d80b5ecc74fd89bf56430e99cda43005065bf0d;p=rustc.git d-ignore-impl-generic-mismatch-diff Gbp-Pq: Name d-ignore-impl-generic-mismatch-diff.patch --- 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