rust/src/test/mir-opt/issues
Matthew Jasper ff8c0ef0e4 Fix drop handling for if let expressions
MIR lowering for `if let` expressions is now more complicated now that
`if let` exists in HIR. This PR adds a scope for the variables bound in
an `if let` expression and then uses an approach similar to how we
handle loops to ensure that we reliably drop the correct variables.
2021-09-01 23:47:41 +01:00
..
issue-59352.rs Bump mir-opt-level from 2 to 3 in tests 2021-03-05 17:13:57 -03:00
issue-75439.rs Update tests 2021-07-27 16:26:50 -04:00
issue_59352.num_to_digit.PreCodegen.after.mir Fix drop handling for if let expressions 2021-09-01 23:47:41 +01:00
issue_75439.foo.MatchBranchSimplification.diff Fix drop handling for if let expressions 2021-09-01 23:47:41 +01:00