summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/issue-11925.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/span/issue-11925.stderr')
-rw-r--r--tests/ui/span/issue-11925.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/span/issue-11925.stderr b/tests/ui/span/issue-11925.stderr
index 1d317fc33..c7f957359 100644
--- a/tests/ui/span/issue-11925.stderr
+++ b/tests/ui/span/issue-11925.stderr
@@ -4,6 +4,6 @@ error[E0515]: cannot return reference to local data `x`
LL | let f = to_fn_once(move|| &x);
| ^^ returns a reference to data owned by the current function
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0515`.