https://issues.dlang.org/show_bug.cgi?id=15422
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |wrong-code --- Comment #2 from Kenji Hara <[email protected]> --- Introduced in: https://github.com/d-programming-language/dmd/commit/a2f9ddf4eb7d5ffeb4bb157d5dcda9efe2f5b290 The main problem is that, built-in generated hashing operations don't handle hidden context field (foo.tupleof[$-1]) properly. I discovered that built-in generated equality operations also have equivalent issue. --
