summaryrefslogtreecommitdiffstats
path: root/tests/ui/where-clauses/where-clause-method-substituion.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/where-clauses/where-clause-method-substituion.stderr')
-rw-r--r--tests/ui/where-clauses/where-clause-method-substituion.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/where-clauses/where-clause-method-substituion.stderr b/tests/ui/where-clauses/where-clause-method-substituion.stderr
index 2f3b615a1..1a1d9c13a 100644
--- a/tests/ui/where-clauses/where-clause-method-substituion.stderr
+++ b/tests/ui/where-clauses/where-clause-method-substituion.stderr
@@ -15,6 +15,6 @@ note: required by a bound in `Bar::method`
LL | fn method<B>(&self) where A: Foo<B>;
| ^^^^^^ required by this bound in `Bar::method`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.