summaryrefslogtreecommitdiffstats
path: root/tests/ui/nll/ty-outlives/projection-implied-bounds.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/nll/ty-outlives/projection-implied-bounds.stderr')
-rw-r--r--tests/ui/nll/ty-outlives/projection-implied-bounds.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/nll/ty-outlives/projection-implied-bounds.stderr b/tests/ui/nll/ty-outlives/projection-implied-bounds.stderr
index 6de023ffd..2aab03ee7 100644
--- a/tests/ui/nll/ty-outlives/projection-implied-bounds.stderr
+++ b/tests/ui/nll/ty-outlives/projection-implied-bounds.stderr
@@ -12,6 +12,6 @@ help: consider adding an explicit lifetime bound
LL | fn generic2<T: Iterator + 'static>(value: T) {
| +++++++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0310`.