summaryrefslogtreecommitdiffstats
path: root/tests/ui/nll/issue-54556-stephaneyfx.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/nll/issue-54556-stephaneyfx.stderr')
-rw-r--r--tests/ui/nll/issue-54556-stephaneyfx.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/nll/issue-54556-stephaneyfx.stderr b/tests/ui/nll/issue-54556-stephaneyfx.stderr
index 0dfea0fd7..229640753 100644
--- a/tests/ui/nll/issue-54556-stephaneyfx.stderr
+++ b/tests/ui/nll/issue-54556-stephaneyfx.stderr
@@ -21,6 +21,6 @@ help: for example, you could save the expression's value in a new local variable
LL | let x = rows.map(|row| row).next(); x
| +++++++ +++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0597`.