summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/does-not-live-long-enough.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/impl-trait/does-not-live-long-enough.stderr')
-rw-r--r--tests/ui/impl-trait/does-not-live-long-enough.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/impl-trait/does-not-live-long-enough.stderr b/tests/ui/impl-trait/does-not-live-long-enough.stderr
index 750687e23..cfc132980 100644
--- a/tests/ui/impl-trait/does-not-live-long-enough.stderr
+++ b/tests/ui/impl-trait/does-not-live-long-enough.stderr
@@ -16,6 +16,6 @@ help: to force the closure to take ownership of `prefix` (and any other referenc
LL | self.data.iter().filter(move |s| s.starts_with(prefix)).map(|s| s.as_ref())
| ++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0373`.