summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/impl-generic-mismatch-ab.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/impl-trait/impl-generic-mismatch-ab.stderr')
-rw-r--r--tests/ui/impl-trait/impl-generic-mismatch-ab.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/impl-trait/impl-generic-mismatch-ab.stderr b/tests/ui/impl-trait/impl-generic-mismatch-ab.stderr
index db97fc2bd..7046e729e 100644
--- a/tests/ui/impl-trait/impl-generic-mismatch-ab.stderr
+++ b/tests/ui/impl-trait/impl-generic-mismatch-ab.stderr
@@ -18,6 +18,6 @@ LL | fn foo<A: Debug>(&self, a: &A, b: &impl Debug);
= note: a type parameter was expected, but a different one was found; you might be missing a type parameter or trait bound
= note: for more information, visit https://doc.rust-lang.org/book/ch10-02-traits.html#traits-as-parameters
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0053`.