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

--- Comment #4 from Iain Buclaw <[email protected]> ---
The struct test case has been fixed with the introduction of TypeTag.

The enum test case still fails, however.

---
enum ENUM { ENUM_a };
enum ENUM myenum;  // Error

--

Reply via email to