Introduce a match-expression node
Open
- Dominant language
- Rust
- Stars
- 780
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.