summaryrefslogtreecommitdiffstats
path: root/tests/ui/noncopyable-class.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/noncopyable-class.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/noncopyable-class.stderr b/tests/ui/noncopyable-class.stderr
index 0c696163a..b8f7276c8 100644
--- a/tests/ui/noncopyable-class.stderr
+++ b/tests/ui/noncopyable-class.stderr
@@ -11,6 +11,6 @@ LL | let _y = x.clone();
= note: the following trait defines an item `clone`, perhaps you need to implement it:
candidate #1: `Clone`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0599`.