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

std::raw::Box is mega confusing #17470

Closed
kmcallister opened this issue Sep 23, 2014 · 0 comments · Fixed by #17582
Closed

std::raw::Box is mega confusing #17470

kmcallister opened this issue Sep 23, 2014 · 0 comments · Fixed by #17582
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup.

Comments

@kmcallister
Copy link
Contributor

http://doc.rust-lang.org/std/raw/struct.Box.html

It's named like the prelude Box but actually represents managed boxes. The name should change or maybe it should just go away because managed boxes are a rustc implementation detail at this point

@thestinger thestinger added the C-cleanup Category: PRs that clean code up or issues documenting cleanup. label Sep 23, 2014
kmcallister added a commit to kmcallister/rust that referenced this issue Sep 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants