The [borrowed pointers tutorial](http://static.rust-lang.org/doc/master/tutorial-borrowed-ptr.html) section [5 Borrowing managed boxes and rooting](http://static.rust-lang.org/doc/master/tutorial-borrowed-ptr.html#borrowing-managed-boxes-and-rooting) contains this sentence: "We'll be discussing lifetimes more in the examples to come, and a more thorough introduction is also available." Where is the more thorough introduction? Is it in the same document or another? Please add a link.