-
Notifications
You must be signed in to change notification settings - Fork 13.4k
nomicon: reference to copy_lifetime #29784
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
CC @gankro. |
Yeah this is what it was: https://doc.rust-lang.org/1.0.0/std/mem/fn.copy_lifetime.html text needs updating. |
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Nov 16, 2015
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Nov 17, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://doc.rust-lang.org/nightly/nomicon/unbounded-lifetimes.html mentions a fn called
copy_lifetime
but there is no such fn (anymore?).The text was updated successfully, but these errors were encountered: