summaryrefslogtreecommitdiffstats
path: root/tests/ui/nll/issue-52663-span-decl-captured-variable.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/nll/issue-52663-span-decl-captured-variable.stderr')
-rw-r--r--tests/ui/nll/issue-52663-span-decl-captured-variable.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/nll/issue-52663-span-decl-captured-variable.stderr b/tests/ui/nll/issue-52663-span-decl-captured-variable.stderr
index fb61b30f0..587f30710 100644
--- a/tests/ui/nll/issue-52663-span-decl-captured-variable.stderr
+++ b/tests/ui/nll/issue-52663-span-decl-captured-variable.stderr
@@ -8,6 +8,6 @@ LL | expect_fn(|| drop(x.0));
| |
| captured by this `Fn` closure
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0507`.