about summary refs log tree commit diff
path: root/src/test/ui/box/alloc-unstable.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-8/+0
2020-10-07Support custom allocators in `Box`Tim Diekmann-0/+8
Remove `Box::leak_with_alloc` Add leak-test for box with allocator Rename `AllocErr` to `AllocError` in leak-test Add `Box::alloc` and adjust examples to use the new API