Created attachment 1212
project reduced with dustmite
During compile of my project, I got the following error.
dmd: struct.c:735: virtual void StructDeclaration::semantic(Scope*): Assertion
`type->ty != Tstruct || ((TypeStruct *)type)->sym == this' failed.
Aborted (core dumped)
I have reduced the project with dustmite, and it now fails with more errors,
but the error above is still present.
To reproduce: extract and run "make clean && make" in the extracted directory.
Comment #1 by oivind.loe — 2013-05-07T14:00:39Z
I am running on 'master'.. The following commit:
commit 08faebacecae721246ad34421db266030cd54b25
Merge: b7b1fc6 bb8b47d
Author: Walter Bright <[email protected]>
Date: Mon May 6 00:39:32 2013 -0700
Merge pull request #1930 from 9rnsr/new_ufcs
Implement proper UFCS name look up