summaryrefslogtreecommitdiffstats
path: root/tests/ui/where-clauses/self-in-where-clause-allowed.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/where-clauses/self-in-where-clause-allowed.stderr')
-rw-r--r--tests/ui/where-clauses/self-in-where-clause-allowed.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/where-clauses/self-in-where-clause-allowed.stderr b/tests/ui/where-clauses/self-in-where-clause-allowed.stderr
index ea51f5084..7f92ac102 100644
--- a/tests/ui/where-clauses/self-in-where-clause-allowed.stderr
+++ b/tests/ui/where-clauses/self-in-where-clause-allowed.stderr
@@ -10,6 +10,6 @@ note: required by a bound in `Trait::autotrait_bound`
LL | fn autotrait_bound(&self) where Self: AutoTrait {}
| ^^^^^^^^^ required by this bound in `Trait::autotrait_bound`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.