Y
Hacker News
new
|
ask
|
show
|
jobs
by
FreeFull
3909 days ago
I imagine depending on the assumptions, the same could happen in Rust, given Rust allows overriding equality too.
1 comments
Retra
3908 days ago
Most of the time in rust, you can just `#[derive(Eq)]` and be done with it, so those kinds of things are far less likely.
link