summary refs log tree commit diff
path: root/src/test/ui/drop/drop_order.rs
AgeCommit message (Expand)AuthorLines
2022-12-04Also avoid creating a terminating scope in mixed chainsest31-0/+19
2022-12-03Remove drop order twist of && and || and make them associativeest31-7/+71
2022-10-16Don't consider `Let` exprs terminating scopesNathan Whitaker-2/+2
2022-10-13Validate MIR in the `drop_order` testNathan Whitaker-0/+1
2022-10-12Let chains should still drop temporariesNathan Whitaker-0/+63
2022-08-14Add tests for the drop behavior of some control flow constructsNilstrieb-0/+145