summaryrefslogtreecommitdiffstats
path: root/tests/ui/not-clone-closure.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/not-clone-closure.stderr')
-rw-r--r--tests/ui/not-clone-closure.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/not-clone-closure.stderr b/tests/ui/not-clone-closure.stderr
index 17cf938d1..783c165ee 100644
--- a/tests/ui/not-clone-closure.stderr
+++ b/tests/ui/not-clone-closure.stderr
@@ -18,6 +18,6 @@ LL + #[derive(Clone)]
LL | struct S(i32);
|
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.