summaryrefslogtreecommitdiffstats
path: root/tests/ui/fn/fn-closure-mutable-capture.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/fn/fn-closure-mutable-capture.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/fn/fn-closure-mutable-capture.stderr b/tests/ui/fn/fn-closure-mutable-capture.stderr
index 03e3d545a..5a2f92250 100644
--- a/tests/ui/fn/fn-closure-mutable-capture.stderr
+++ b/tests/ui/fn/fn-closure-mutable-capture.stderr
@@ -10,6 +10,6 @@ LL | bar(move || x = 1);
| | in this closure
| expects `Fn` instead of `FnMut`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0594`.