about summary refs log tree commit diff
path: root/tests/ui/impl-trait/impl-generic-mismatch.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/impl-trait/impl-generic-mismatch.stderr')
-rw-r--r--tests/ui/impl-trait/impl-generic-mismatch.stderr1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/impl-trait/impl-generic-mismatch.stderr b/tests/ui/impl-trait/impl-generic-mismatch.stderr
index 18347bd0f97..d7fff4c445d 100644
--- a/tests/ui/impl-trait/impl-generic-mismatch.stderr
+++ b/tests/ui/impl-trait/impl-generic-mismatch.stderr
@@ -48,6 +48,7 @@ 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/core/src/hash/mod.rs:LL:COL
    |
    = note: declaration in trait here