Skip to content
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

Closed
steveklabnik opened this issue Apr 16, 2015 · 0 comments · Fixed by #24629
Closed

alloc::boxed points to old pointers chapter #24511

steveklabnik opened this issue Apr 16, 2015 · 0 comments · Fixed by #24629

Comments

@steveklabnik
Copy link
Member

Originally pointed out by @fhartwig

http://doc.rust-lang.org/nightly/alloc/boxed/ links the pointers chapter, which is now gone. This needs fixed.

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant