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

Dead code elimination

dtolnay opened this issue · comments

Many of the reflect::Value objects instantiated may never be passed to a library call and do not need to be emitted in the generated code.