"I made a game using Rust"

Ethan Watson via Digitalmars-d digitalmars-d at puremagic.com
Wed May 10 07:13:37 PDT 2017


On Wednesday, 10 May 2017 at 14:02:38 UTC, Adrian Matoga wrote:
> Would you mind giving some examples?

My biggest bugbear with DMD is internal compiler errors giving me 
no meaningful information.

Excepting one or two edge cases with SSE types and the .NET 
compiler, I can get a meaningful error message and an error code 
from MSVC. And you can search them all through the MSDN 
documentation.

https://msdn.microsoft.com/en-us/library/8x5x43k7.aspx

If I find the message isn't that helpful, googling for the error 
code usually brings up discussions on stackoverflow about it.

Even user-inserted #errors have an error code.

https://msdn.microsoft.com/en-us/library/y0tzt8e0.aspx


More information about the Digitalmars-d mailing list