summaryrefslogtreecommitdiffstats
path: root/tests/ui/error-codes/E0120.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0120.stderr')
-rw-r--r--tests/ui/error-codes/E0120.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0120.stderr b/tests/ui/error-codes/E0120.stderr
index 75778f1f9..aef777ad0 100644
--- a/tests/ui/error-codes/E0120.stderr
+++ b/tests/ui/error-codes/E0120.stderr
@@ -4,6 +4,6 @@ error[E0120]: the `Drop` trait may only be implemented for local structs, enums,
LL | impl Drop for dyn MyTrait {
| ^^^^^^^^^^^ must be a struct, enum, or union in the current crate
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0120`.