[Issue 13113] cannot build druntime's gc.d with -debug=INVARIANT, bad @nogc inference?
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sun Jul 13 12:14:03 PDT 2014
    
    
  
https://issues.dlang.org/show_bug.cgi?id=13113
Walter Bright <bugzilla at digitalmars.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com
--- Comment #4 from Walter Bright <bugzilla at digitalmars.com> ---
The trouble seems to be that destructors are getting their attributes inferred,
while invariants are not.
--
    
    
More information about the Digitalmars-d-bugs
mailing list