summaryrefslogtreecommitdiffstats
path: root/tests/ui/nll/closure-requirements/propagate-from-trait-match.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/nll/closure-requirements/propagate-from-trait-match.stderr')
-rw-r--r--tests/ui/nll/closure-requirements/propagate-from-trait-match.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/nll/closure-requirements/propagate-from-trait-match.stderr b/tests/ui/nll/closure-requirements/propagate-from-trait-match.stderr
index a20f885fe..28c5c43a6 100644
--- a/tests/ui/nll/closure-requirements/propagate-from-trait-match.stderr
+++ b/tests/ui/nll/closure-requirements/propagate-from-trait-match.stderr
@@ -36,6 +36,6 @@ help: consider adding an explicit lifetime bound
LL | T: Trait<'a> + 'a,
| ++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0309`.