http://d.puremagic.com/issues/show_bug.cgi?id=10720
Summary: ICE with is(aaOfNonCopyableStruct.nonExistingField)
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: minor
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Vladimir Panteleev <[email protected]> 2013-07-27
14:35:02 EEST ---
struct NC
{
@disable this(this) {}
}
void main()
{
NC[string] aa;
is(aa.nonExistingField);
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------