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
lnicola pushed a commit to lnicola/rust that referenced this issue Jul 28, 2024
rust-lang#17470 - run unit tests at the crate level not workspace

For rust-lang/rust-analyzer#17470

Use the test path to identify a package in the workspace and run the unit test there instead of at the workspace.
RalfJung pushed a commit to RalfJung/rust that referenced this issue Aug 1, 2024
rust-lang#17470 - run unit tests at the crate level not workspace

For rust-lang/rust-analyzer#17470

Use the test path to identify a package in the workspace and run the unit test there instead of at the workspace.
lnicola pushed a commit to lnicola/rust that referenced this issue Aug 29, 2024
fix: add extra_test_bin_args to test explorer test runner

`@HKalbasi` I thought I included this in rust-lang#17470 but it appears not so I have created a new issue rust-lang#17959 for this fix.
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