https://issues.dlang.org/show_bug.cgi?id=19296
Simen Kjaeraas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice CC| |[email protected] Summary|CTFE internal error: |ICE on Unknown member type |ErrorExp |in struct returned from | |function --- Comment #1 from Simen Kjaeraas <[email protected]> --- Reduced: S[] arr = [s()]; S s() { return S.init; } struct S { UnknownType fail; } --
