summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/dropck-object-cycle.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/span/dropck-object-cycle.stderr')
-rw-r--r--tests/ui/span/dropck-object-cycle.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/span/dropck-object-cycle.stderr b/tests/ui/span/dropck-object-cycle.stderr
index 097fb6219..6e05f901a 100644
--- a/tests/ui/span/dropck-object-cycle.stderr
+++ b/tests/ui/span/dropck-object-cycle.stderr
@@ -12,6 +12,6 @@ LL | }
| `*m` dropped here while still borrowed
| borrow might be used here, when `m` is dropped and runs the destructor for type `Box<dyn Trait<'_>>`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0597`.