summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/typeck-default-trait-impl-negation-send.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/typeck/typeck-default-trait-impl-negation-send.stderr')
-rw-r--r--tests/ui/typeck/typeck-default-trait-impl-negation-send.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/typeck/typeck-default-trait-impl-negation-send.stderr b/tests/ui/typeck/typeck-default-trait-impl-negation-send.stderr
index 2ce32990e..771272ad1 100644
--- a/tests/ui/typeck/typeck-default-trait-impl-negation-send.stderr
+++ b/tests/ui/typeck/typeck-default-trait-impl-negation-send.stderr
@@ -11,6 +11,6 @@ note: required by a bound in `is_send`
LL | fn is_send<T: Send>() {}
| ^^^^ required by this bound in `is_send`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.