dtolnay / reflect

Compile-time reflection API for developing robust procedural macros (proof of concept)

Home Page:https://docs.rs/reflect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce a match-expression node

dtolnay opened this issue · comments

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.