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.