Hacker News new | ask | show | jobs
by dahfizz 2125 days ago
It's worth noting that every reference in Rust has a lifetime, but the compiler is usually smart enough to infer it. What you are talking about is explicit lifetimes.