Does anyone know when -preview=fieldwise will become the default?
Currently looking into enabling it by default but it showed an interesting side effect. The frontend can now conclude that a == b is always true if a and b are instances of an empty struct (without custom opEquals).
This caused "unreachable code" warnings for VariantN in Phobos and could probably affect other projects as well.
