-
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
alloc::boxed points to old pointers chapter #24511
Comments
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 20, 2015
Without the `box` keyword, one of these two reasons is not correct, so let's just eliminate this section and elaborate on the reason for the legit use case inline. Fixes rust-lang#24511
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 20, 2015
Without the `box` keyword, one of these two reasons is not correct, so let's just eliminate this section and elaborate on the reason for the legit use case inline. Fixes rust-lang#24511
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 21, 2015
Without the `box` keyword, one of these two reasons is not correct, so let's just eliminate this section and elaborate on the reason for the legit use case inline. Fixes rust-lang#24511
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Apr 25, 2015
Without the `box` keyword, one of these two reasons is not correct, so let's just eliminate this section and elaborate on the reason for the legit use case inline. Fixes rust-lang#24511
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally pointed out by @fhartwig
http://doc.rust-lang.org/nightly/alloc/boxed/ links the pointers chapter, which is now gone. This needs fixed.
The text was updated successfully, but these errors were encountered: