]> git.proxmox.com Git - rustc.git/blob - src/test/ui/nll/snocat-regression.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / nll / snocat-regression.stderr
1 error: `S` does not live long enough
2 --> $DIR/snocat-regression.rs:7:5
3 |
4 LL | / || {
5 LL | |
6 LL | | //
7 LL | | // FIXME(#98437). This regressed at some point and
8 LL | | // probably should work.
9 LL | | let _x = link;
10 LL | | };
11 | |_____^
12
13 error: aborting due to previous error
14