summary refs log tree commit diff
path: root/src/test/ui/drop/drop_order.rs
AgeCommit message (Expand)AuthorLines
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