blob: 0868984734d7bf9676035fe0c9c33b000e5256d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: `S` does not live long enough
--> $DIR/snocat-regression.rs:7:5
|
LL | / || {
LL | |
LL | | //
LL | | // FIXME(#98437). This regressed at some point and
LL | | // probably should work.
LL | | let _x = link;
LL | | };
| |_____^
error: aborting due to previous error
|