summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-81584.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/issues/issue-81584.stderr')
-rw-r--r--tests/ui/issues/issue-81584.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/issues/issue-81584.stderr b/tests/ui/issues/issue-81584.stderr
index 54973cfa3..eb97916ad 100644
--- a/tests/ui/issues/issue-81584.stderr
+++ b/tests/ui/issues/issue-81584.stderr
@@ -2,13 +2,13 @@ error[E0515]: cannot return value referencing function parameter `y`
--> $DIR/issue-81584.rs:5:22
|
LL | .map(|y| y.iter().map(|x| x + 1))
- | --------^^^^^^^^^^^^^^^
+ | -^^^^^^^^^^^^^^^^^^^^^^
| |
| returns a value referencing data owned by the current function
| `y` is borrowed here
|
= help: use `.collect()` to allocate the iterator
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0515`.