2022-06-23 17:16:47 -04:00
|
|
|
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 | | };
|
|
|
|
| |_____^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2022-06-23 17:16:47 -04:00
|
|
|
|