summaryrefslogtreecommitdiffstats
path: root/tests/ui/object-safety/object-safety-issue-22040.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/object-safety/object-safety-issue-22040.stderr')
-rw-r--r--tests/ui/object-safety/object-safety-issue-22040.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/object-safety/object-safety-issue-22040.stderr b/tests/ui/object-safety/object-safety-issue-22040.stderr
index 2e59d88bd..c9c1437a2 100644
--- a/tests/ui/object-safety/object-safety-issue-22040.stderr
+++ b/tests/ui/object-safety/object-safety-issue-22040.stderr
@@ -13,6 +13,6 @@ LL | trait Expr: Debug + PartialEq {
| this trait cannot be made into an object...
= help: only type `SExpr<'x>` implements the trait, consider using it directly instead
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0038`.