summaryrefslogtreecommitdiffstats
path: root/tests/ui/regions/regions-normalize-in-where-clause-list.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/regions/regions-normalize-in-where-clause-list.stderr')
-rw-r--r--tests/ui/regions/regions-normalize-in-where-clause-list.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/regions/regions-normalize-in-where-clause-list.stderr b/tests/ui/regions/regions-normalize-in-where-clause-list.stderr
index 567283729..2e76333e2 100644
--- a/tests/ui/regions/regions-normalize-in-where-clause-list.stderr
+++ b/tests/ui/regions/regions-normalize-in-where-clause-list.stderr
@@ -22,6 +22,6 @@ LL | fn bar<'a, 'b>()
= note: expected `Project<'a, 'b>`
found `Project<'_, '_>`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0495`.