mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 23:59:07 +00:00
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
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
|
|
|