magiclen / educe

This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
MIT License
131 stars 11 forks source link

PartialEq macro generates incorrect code #2

Closed zesterer closed 3 years ago

zesterer commented 4 years ago

The generated code should handle the unmatched discriminant case.

zesterer commented 4 years ago

I created a pull request for this, #3