[Issue 10720] New: ICE with is(aaOfNonCopyableStruct.nonExistingField)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 27 04:35:03 PDT 2013


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: nobody at puremagic.com
        ReportedBy: thecybershadow at gmail.com


--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list