Rust is notoriously hard to learn, with lifetimes and the borrow checker being a big part of it. A friend of mine took Rust for a spin, and these are some of the things that he found made lifetimes particularly tough to grok.

https://ntietz.com/blog/rust-lifetimes-learning/

Comments