summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/deny-builtin-object-impl.next.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/deny-builtin-object-impl.next.stderr')
-rw-r--r--tests/ui/traits/deny-builtin-object-impl.next.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/deny-builtin-object-impl.next.stderr b/tests/ui/traits/deny-builtin-object-impl.next.stderr
index 8ca3d3a05..0dbf8f0e6 100644
--- a/tests/ui/traits/deny-builtin-object-impl.next.stderr
+++ b/tests/ui/traits/deny-builtin-object-impl.next.stderr
@@ -15,6 +15,6 @@ note: required by a bound in `test_not_object`
LL | fn test_not_object<T: NotObject + ?Sized>() {}
| ^^^^^^^^^ required by this bound in `test_not_object`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.