summaryrefslogtreecommitdiffstats
path: root/tests/ui/where-clauses/where-clause-constraints-are-local-for-inherent-impl.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/where-clauses/where-clause-constraints-are-local-for-inherent-impl.stderr')
-rw-r--r--tests/ui/where-clauses/where-clause-constraints-are-local-for-inherent-impl.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/where-clauses/where-clause-constraints-are-local-for-inherent-impl.stderr b/tests/ui/where-clauses/where-clause-constraints-are-local-for-inherent-impl.stderr
index 43fbc0a90..2612cefef 100644
--- a/tests/ui/where-clauses/where-clause-constraints-are-local-for-inherent-impl.stderr
+++ b/tests/ui/where-clauses/where-clause-constraints-are-local-for-inherent-impl.stderr
@@ -16,6 +16,6 @@ help: consider restricting type parameter `T`
LL | impl<T: std::marker::Copy> Foo<T> {
| +++++++++++++++++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.