-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Life time documentation: mixed up wording in last paragraph of the first section #25438
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
Comments
Sure, I would accept this. Mind sending a PR? |
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
May 27, 2015
bors
added a commit
that referenced
this issue
May 28, 2015
XMPPwocky
pushed a commit
to XMPPwocky/rust
that referenced
this issue
May 29, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change: We need to ensure that any reference to a Foo cannot outlive the reference to an i32 it contains.
to: We need to ensure that any reference to the contained i32 does not outlive the containing Foo.
The text was updated successfully, but these errors were encountered: