]> git.lizzy.rs Git - rust.git/blob - tests/ui/nll/snocat-regression.stderr
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / 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