rust/compiler
Matthias Krüger 234e0f27c2
Rollup merge of #100887 - eholk:codegen_call_terminator-cleanup, r=fee1-dead
Refactor part of codegen_call_terminator

I was reading through this code and found the chain of `if let` and a nested match on the same value that was matched in the `if let` to be kind of hard to follow. This PR cleans it up by flattening the `if let` chain and nested match into a single `match` expression.
2022-08-23 06:55:30 +02:00
..
2022-08-12 16:28:15 -04:00
2022-08-22 07:35:33 +10:00
2022-08-22 07:35:33 +10:00
2022-08-22 00:57:21 +09:00