]> git.lizzy.rs Git - rust.git/blob - src/test/ui/nll/snocat-regression.stderr
Auto merge of #105145 - Ayush1325:sequential-remote-server, r=Mark-Simulacrum
[rust.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