summaryrefslogtreecommitdiffstats
path: root/tests/ui/nll/ty-outlives/projection-where-clause-env-wrong-bound.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/nll/ty-outlives/projection-where-clause-env-wrong-bound.stderr')
-rw-r--r--tests/ui/nll/ty-outlives/projection-where-clause-env-wrong-bound.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/nll/ty-outlives/projection-where-clause-env-wrong-bound.stderr b/tests/ui/nll/ty-outlives/projection-where-clause-env-wrong-bound.stderr
index 1fa74f67c..f8ecc0c68 100644
--- a/tests/ui/nll/ty-outlives/projection-where-clause-env-wrong-bound.stderr
+++ b/tests/ui/nll/ty-outlives/projection-where-clause-env-wrong-bound.stderr
@@ -9,6 +9,6 @@ LL | bar::<T::Output>()
|
= help: consider adding an explicit lifetime bound `<T as MyTrait<'_>>::Output: 'a`...
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0309`.