Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #78446 - RalfJung:box, r=Amanieu
fix Box::into_unique #77187 broke Stacked Borrows pointer tagging around `Box::into_unique` (this is caused by `Box` being a special case in the type system, which box-internal code needs to account for). This PR fixes that. r? `@Amanieu` Cc `@TimDiekmann` Fixes #78419.
- Loading branch information