[Issue 7465] New: Duplicate error message for bad template mixin
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Feb  8 13:31:55 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7465
           Summary: Duplicate error message for bad template mixin
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: clugdbug at yahoo.com.au
--- Comment #0 from Don <clugdbug at yahoo.com.au> 2012-02-08 13:31:54 PST ---
>From the test suite, fail10.d
template Foo(alias b){}
mixin Foo!(y) y;
crash.d(2): Error: mixin crash.Foo!(y) cannot resolve forward reference
crash.d(2): Error: mixin crash.Foo!(y) cannot resolve forward reference
-- 
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