]> git.proxmox.com Git - rustc.git/blame - src/test/ui/regions/issue-78262.nll.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / regions / issue-78262.nll.stderr
CommitLineData
1b1a35ee 1error[E0521]: borrowed data escapes outside of closure
94222f64 2 --> $DIR/issue-78262.rs:14:26
1b1a35ee
XL
3 |
4LL | let f = |x: &dyn TT| x.func();
5 | - ^^^^^^^^ `x` escapes the closure body here
6 | |
7 | `x` is a reference that is only valid in the closure body
8
9error: aborting due to previous error
10
5869c6ff 11For more information about this error, try `rustc --explain E0521`.