rust/tests/ui/nll/snocat-regression.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
322 B
Plaintext
Raw Normal View History

2022-06-23 16:16:47 -05: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 | | };
| |_____^
error: aborting due to previous error