summaryrefslogtreecommitdiffstats
path: root/tests/ui/where-clauses/where-for-self.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/where-clauses/where-for-self.stderr')
-rw-r--r--tests/ui/where-clauses/where-for-self.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/where-clauses/where-for-self.stderr b/tests/ui/where-clauses/where-for-self.stderr
index d06afc1e4..8936e45c1 100644
--- a/tests/ui/where-clauses/where-for-self.stderr
+++ b/tests/ui/where-clauses/where-for-self.stderr
@@ -4,6 +4,6 @@ error[E0316]: nested quantification of lifetimes
LL | where for<'a> &'a T: for<'b> Bar<'b>
| ^^^^^^^^^^^^^^^
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0316`.