We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36eb6a3 commit cfaed80Copy full SHA for cfaed80
src/test/ui/issues/issue-26619.nll.stderr
@@ -0,0 +1,11 @@
1
+error[E0515]: cannot return value referencing function parameter
2
+ --> $DIR/issue-26619.rs:7:76
3
+ |
4
+LL | for s in vec!["1|2".to_string()].into_iter().filter_map(|ref line| self.make_entry(line)) {
5
+ | -------- ^^^^^^^^^^^^^^^^^^^^^ returns a value referencing data owned by the current function
6
+ | |
7
+ | function parameter borrowed here
8
+
9
+error: aborting due to previous error
10
11
+For more information about this error, try `rustc --explain E0515`.
0 commit comments