June 18, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2153

           Summary: mixin(null) error message has no line number
           Product: D
           Version: 1.014
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P4
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: clugdbug@yahoo.com.au


Taken from bugzilla #1947.
----
mixin(null);
---
produces an error on both DMD1 and DMD2:

attribute argument to mixin must be a string, not (null)

which has a missing line number.


-- 

June 19, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2153


clugdbug@yahoo.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #1 from clugdbug@yahoo.com.au  2008-06-19 06:58 -------
This is actually a duplicate.

*** This bug has been marked as a duplicate of 1158 ***


--