mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
57f7abaf19
I've reversed my thinking on this restrictive definition of eq after two separate bugs were hidden by commenting it out; it's better to get ICEs than SIGSEGV's, any day. RE-ENABLING ICE MACHINE!