about summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen/drop_boxed_slice.rs
AgeCommit message (Expand)AuthorLines
2025-07-30`AlignmentEnum` should just be `repr(usize)` nowScott McMurray-2/+1
2025-07-28Simplify `align_of_val::<[T]>(…)` → `align_of::<T>()`Scott McMurray-1/+1
2025-07-28Add a mir-opt pre-codegen test for dropping a `Box<[impl Copy]>`Scott McMurray-0/+19