John Schmidt fd1284ebd0 stage2: apply type coercion in if expressions
When setting the break value in an if expression we must explicitly
check if a result location type coercion that needs to happen. This was
already done for switch expression, so let's just imitate that check
and fix for if expressions. To make this possible, we now also propagate
`rl_ty_inst` to sub scopes.
2022-02-06 21:26:26 -05:00
..
2021-12-15 17:28:48 +01:00
2022-01-30 21:27:52 +02:00
2020-10-31 12:21:49 +02:00
2022-01-24 20:15:32 +02:00