You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 pointThe text was updated successfully, but these errors were encountered: