[Issue 24563] Make the compiler provide a reason for why it has disabled a function
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri May 24 09:57:19 UTC 2024
    
    
  
https://issues.dlang.org/show_bug.cgi?id=24563
RazvanN <razvan.nitu1305 at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305 at gmail.com
--- Comment #1 from RazvanN <razvan.nitu1305 at gmail.com> ---
The problem here is that the error is found in generated code which generally
is cryptic to the user. Ideally, you would have a way to propagate the error
that is found in generated code in a way that you can link the error message to
actual user code.
--
    
    
More information about the Digitalmars-d-bugs
mailing list