blob: ae61245290ba2b9a032ae994fdedfa39adbea922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: `S` does not live long enough
--> $DIR/snocat-regression.rs:7:5
|
LL | / || {
... |
LL | | let _x = link;
LL | | };
| |_____^
error: aborting due to 1 previous error
|