You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://doc.rust-lang.org/book/lifetimes.html, there are sections that talk about lifetimes with respect to structs and impl blocks, but these constructs haven't been introduced yet.
If it's important/unavoidable that these things appear in this order, then the book should at least acknowledge that the first appearance is a forward reference.