d-ignore-impl-generic-mismatch-diff
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Sun, 23 Sep 2018 17:16:53 +0000 (18:16 +0100)
committerXimin Luo <infinity0@debian.org>
Sun, 23 Sep 2018 17:16:53 +0000 (18:16 +0100)
Gbp-Pq: Name d-ignore-impl-generic-mismatch-diff.patch

src/test/ui/impl-trait/impl-generic-mismatch.stderr

index a5f1580b60d2f6ee0290a1a3e3780f9c0ebe868e..029ad79fe2b392c875464b9c97b5a2bc2bd975f7 100644 (file)
@@ -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<H: Hasher>(&self, state: &mut H);
-   |             - declaration in trait here
 
 error: aborting due to 3 previous errors