summaryrefslogtreecommitdiffstats
path: root/tests/ui/static/static-closures.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/static/static-closures.stderr')
-rw-r--r--tests/ui/static/static-closures.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/static/static-closures.stderr b/tests/ui/static/static-closures.stderr
index 99235e26e..b11c0b5a5 100644
--- a/tests/ui/static/static-closures.stderr
+++ b/tests/ui/static/static-closures.stderr
@@ -4,6 +4,6 @@ error[E0697]: closures cannot be static
LL | static || {};
| ^^^^^^^^^
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0697`.