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 #84053 - RalfJung:liballoc-miri, r=Manishearth
fix incorrect Box::from_raw_in doctest Now that Miri can run doctests, I ran it on liballoc, and found exactly one problem: this test creates a `Box<u8>` to deallocate a 4-byte allocation! Introduced by #80310 so r? `@Manishearth` `@kennytm`
- Loading branch information