about summary refs log tree commit diff
path: root/tests/ui/non-copyable-void.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/non-copyable-void.stderr')
-rw-r--r--tests/ui/non-copyable-void.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/non-copyable-void.stderr b/tests/ui/non-copyable-void.stderr
index 99af04e7cd9..bef1e1077eb 100644
--- a/tests/ui/non-copyable-void.stderr
+++ b/tests/ui/non-copyable-void.stderr
@@ -4,6 +4,6 @@ error[E0599]: no method named `clone` found for enum `c_void` in the current sco
 LL |         let _z = (*y).clone();
    |                       ^^^^^ method not found in `c_void`
 
-error: aborting due to previous error
+error: aborting due to 1 previous error
 
 For more information about this error, try `rustc --explain E0599`.