← Back to index
|
Original Bugzilla link
Bug 11260 – Assertion `type->ty != Tstruct || ((TypeStruct *)type)->sym == this' failed
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-10-14T09:54:00Z
Last change time
2015-09-21T12:03:58Z
Keywords
ice, rejects-valid
Assigned to
nobody
Creator
samukha
See also
https://issues.dlang.org/show_bug.cgi?id=15092
Comments
Comment #0
by samukha — 2013-10-14T09:54:14Z
mixin template T() { struct S {} } void main() { mixin T; { mixin T; } } dmd: struct.c:859: virtual void StructDeclaration::semantic(Scope*): Assertion `type->ty != Tstruct || ((TypeStruct *)type)->sym == this' failed.
Comment #1
by k.hara.pg — 2015-03-05T16:34:36Z
Fixed in 2.065.