lifetimekata icon indicating copy to clipboard operation
lifetimekata copied to clipboard

An exploration of lifetimes in Rust.

Results 4 lifetimekata issues
Sort by recently updated
recently updated
newest added

In chapter 4, the first part of the exercise asks the reader to explain why an error occurs, however there is no solution to this part of the exercise. Therefore...

Can we improve task definition so that limitations would be obvious from the start? It's my bad, I wasn't reading thorough enough, but staring long enough at `Matcher::new` signature output...

Towards the end of the first chapter, once the `'variable` and `'reference` lifetimes has been established, there is the following statement: > We call a region of code where a...

As suggested by @ctm : > I think lifetimekata would benefit from a chapter on [HRTBs](https://doc.rust-lang.org/nomicon/hrtb.html) > I've had to use them every once in a while, but when I...