Comment on Ok Rust, You Have a Readability ProblemComments−GolDDranks1yI wonder if the author bothered to test their code (or used AI to generate the examples). The lifetime elision one simply doesn't work. Rust doesn't have an elision rule for two non-self input lifetimes.
Comments
I wonder if the author bothered to test their code (or used AI to generate the examples). The lifetime elision one simply doesn't work. Rust doesn't have an elision rule for two non-self input lifetimes.