summaryrefslogtreecommitdiffstats
path: root/tests/ui/generic-associated-types/bugs/hrtb-implied-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/generic-associated-types/bugs/hrtb-implied-2.stderr')
-rw-r--r--tests/ui/generic-associated-types/bugs/hrtb-implied-2.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/generic-associated-types/bugs/hrtb-implied-2.stderr b/tests/ui/generic-associated-types/bugs/hrtb-implied-2.stderr
index 1ee270398..9a1a09b29 100644
--- a/tests/ui/generic-associated-types/bugs/hrtb-implied-2.stderr
+++ b/tests/ui/generic-associated-types/bugs/hrtb-implied-2.stderr
@@ -17,6 +17,6 @@ LL | let _next = iter2.next();
= help: see <https://doc.rust-lang.org/nomicon/subtyping.html> for more information about variance
= note: due to current limitations in the borrow checker, this implies a `'static` lifetime
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0521`.