Hacker News new | ask | show | jobs
by maxbond 1023 days ago
> and that's how Rust enums work

It shows that I haven't written Rust in a few months, that's not how Rust enums work, that's how the derive macro for PartialEq/Eq works. D'oh!