summaryrefslogtreecommitdiffstats
path: root/tests/ui/closures/issue-10398.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/closures/issue-10398.stderr')
-rw-r--r--tests/ui/closures/issue-10398.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/closures/issue-10398.stderr b/tests/ui/closures/issue-10398.stderr
index 423b79daf..bcbcd6d4c 100644
--- a/tests/ui/closures/issue-10398.stderr
+++ b/tests/ui/closures/issue-10398.stderr
@@ -8,6 +8,6 @@ LL | drop(x);
|
= note: move occurs because `x` has type `Box<i32>`, which does not implement the `Copy` trait
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0382`.