summaryrefslogtreecommitdiffstats
path: root/tests/ui/closures/closure-bounds-subtype.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/closures/closure-bounds-subtype.stderr')
-rw-r--r--tests/ui/closures/closure-bounds-subtype.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/closures/closure-bounds-subtype.stderr b/tests/ui/closures/closure-bounds-subtype.stderr
index 8ad8273fc..42588668e 100644
--- a/tests/ui/closures/closure-bounds-subtype.stderr
+++ b/tests/ui/closures/closure-bounds-subtype.stderr
@@ -20,6 +20,6 @@ help: consider further restricting this bound
LL | fn give_owned<F>(f: F) where F: FnOnce() + Send + std::marker::Sync {
| +++++++++++++++++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.