about summary refs log tree commit diff
path: root/tests/mir-opt/box_expr.main.ElaborateDrops.diff
AgeCommit message (Collapse)AuthorLines
2025-02-15Don't project into `NonNull` when dropping a `Box`Scott McMurray-1/+7
2024-04-03Remove MIR unsafe checkMatthew Jasper-2/+0
This also remove safety information from MIR.
2023-10-19FileCheck box_expr.rsCamille GILLOT-0/+89
This check is made `needs-unwind`, as the panic=abort case is a strictly simpler version.