Sorry for spamming but is this normal for rust playground
The warning says there no main function. I playing with lifetimes with simple example
Sorry for spamming but is this normal for rust playground
The warning says there no main function. I playing with lifetimes with simple example
That's not a valid main function signature. A main cannot have generic parameters, lifetime or otherwise.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.