mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
15 lines
324 B
Plaintext
15 lines
324 B
Plaintext
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 1 previous error
|
|
|