[Issue 23279] Segmentation fault on mixin template + using unknown type

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 4 12:51:38 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23279

--- Comment #4 from RazvanN <razvan.nitu1305 at gmail.com> ---
It seems like `__traits(hasMember)` gets confused by the forward reference.
Putting the `traits(hasMember)` it after the declaration of `setIt` does not
result in an ice.

--


More information about the Digitalmars-d-bugs mailing list