-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Lifetimes & apostrophe symbol. #9021
Comments
What do you mean "doesn't mention the apostrophe"? That it doesn't mention that |
@huonw Yep, that. |
Triage: there is still very little discussion of what a lifetime is. |
part of #11755 |
We have a full lifetimes guide now. |
This is a duplicate of #8007 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently lifetimes has little docs on manual, I found 14 matches for "lifetime" on http://static.rust-lang.org/master/doc/rust.html
The borrowed pointers tutorial mentions named lifetimes but doesn't mention the apostrophe symbol, newcomers might get confused about that.
Same goes for manual, there's no mention to apostrophe, just some examples using 'static. It also lacks grammar production.
The text was updated successfully, but these errors were encountered: