reflect
reflect copied to clipboard
Introduce a match-expression node
The Enum::match_variant method currently panics with unimplemented!(). It needs to emit a match expression with one arm for each enum variant in the receiver.