summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/no_send-struct.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/no_send-struct.stderr')
-rw-r--r--tests/ui/traits/no_send-struct.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/no_send-struct.stderr b/tests/ui/traits/no_send-struct.stderr
index ee7bdf282..fb7f26bb7 100644
--- a/tests/ui/traits/no_send-struct.stderr
+++ b/tests/ui/traits/no_send-struct.stderr
@@ -13,6 +13,6 @@ note: required by a bound in `bar`
LL | fn bar<T: Send>(_: T) {}
| ^^^^ required by this bound in `bar`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.