]> git.proxmox.com Git - rustc.git/blame - src/test/ui/nll/issue-48238.stderr
Update upstream source from tag 'upstream/1.31.0_beta.4+dfsg1'
[rustc.git] / src / test / ui / nll / issue-48238.stderr
CommitLineData
8faf50e0
XL
1error: unsatisfied lifetime constraints
2 --> $DIR/issue-48238.rs:21:13
0531ce1d 3 |
8faf50e0 4LL | move || use_val(&orig); //~ ERROR
b7449926
XL
5 | ------- ^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'2`
6 | | |
7 | | return type of closure is &'2 u8
8 | lifetime `'1` represents this closure's body
9 |
10 = note: closure implements `Fn`, so references to captured variables can't escape the closure
0531ce1d
XL
11
12error: aborting due to previous error
13